Html Css Color HEX #D5CF7D Deco

📋 copy color: '#D5CF7D'

red 213 ◦ green 207 ◦ blue 125

#D5CF7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #D5CF7D

Tints of Deco #D5CF7D

RGB

 RED value IS 213 (83.59% from 255) = 39.08%

 GREEN value IS 207 (81.25% from 255) = 37.98%

 BLUE value IS 125 (49.22% from 255) = 22.94%

R = 39.08%
G = 37.98%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5CF7D (or 0xD5CF7D) is known color: Deco. HEX triplet: D5, CF and 7D. RGB value is (213,207,125). Sum of RGB (Red+Green+Blue) = 213+207+125=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF7D is #2A3082. Grayscale: #C7C7C7. Windows color (decimal): -2764931 or 8245205. OLE color: 8245205.

HSL color Cylindrical-coordinate representation of color #D5CF7D: hue angle of 55.91º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5CF7D is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 207 125 -
CMYK 0 0.03 0.41 0.16
HSL 55.91º 0.51% 0.66% -
HSV(B) 55.91º 0.41% 0.84% -
XYZ 53.46 60.25 28.21 -
YUV 199.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 213 207 125 0 0.03 0.41 0.16 55.91 0.51 0.66
Hex D5 CF 7D 0 3 29 10 38 33 42
Octal 325 317 175 0 3 51 20 70 63 102
Binary 11010101 11001111 1111101 0 11 101001 10000 111000 110011 1000010

Color Harmonies of #D5CF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF7D

Black with #D5CF7D

Text Example


Text Example

White with #D5CF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF7D; }

 p { color: rgb(213,207,125); }

 H1.HeaderClassName
 {
   color: #D5CF7D;
 }
 .AnyTagClassName
 {
   color: #D5CF7D;
 }
</style>

background-color css

<style>
 a { background-color: #D5CF7D; }

 a { background-color: rgb(213,207,125); }

 div.DivClassName
 {
   background-color: #D5CF7D;
 }
 .BgClassName
 {
   background-color: #D5CF7D;
 }
</style>

border-color css

<style>
 span { border-color: #D5CF7D; }

 span { border-color: rgb(213,207,125); }

 td.TdClassName
 {
   border-color: #D5CF7D;
 }
 .TagClassName
 {
   border-color: #D5CF7D;
 }
</style>