Html Css Color HEX #D4CA6F Chenin

📋 copy color: '#D4CA6F'

red 212 ◦ green 202 ◦ blue 111

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

Shades of Chenin #D4CA6F

Tints of Chenin #D4CA6F

RGB

 RED value IS 212 (83.2% from 255) = 40.38%

 GREEN value IS 202 (79.3% from 255) = 38.48%

 BLUE value IS 111 (43.75% from 255) = 21.14%

R = 40.38%
G = 38.48%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4CA6F (or 0xD4CA6F) is known color: Chenin. HEX triplet: D4, CA and 6F. RGB value is (212,202,111). Sum of RGB (Red+Green+Blue) = 212+202+111=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CA6F is #2B3590. Grayscale: #C2C2C2. Windows color (decimal): -2831761 or 7326420. OLE color: 7326420.

HSL color Cylindrical-coordinate representation of color #D4CA6F: hue angle of 54.06º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4CA6F is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 202 111 -
CMYK 0 0.05 0.48 0.17
HSL 54.06º 0.54% 0.63% -
HSV(B) 54.06º 0.48% 0.83% -
XYZ 51.14 57.39 23.42 -
YUV 194.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 212 202 111 0 0.05 0.48 0.17 54.06 0.54 0.63
Hex D4 CA 6F 0 5 30 11 36 36 3F
Octal 324 312 157 0 5 60 21 66 66 77
Binary 11010100 11001010 1101111 0 101 110000 10001 110110 110110 111111

Color Harmonies of #D4CA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CA6F

Black with #D4CA6F

Text Example


Text Example

White with #D4CA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CA6F; }

 p { color: rgb(212,202,111); }

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

background-color css

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

 a { background-color: rgb(212,202,111); }

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

border-color css

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

 span { border-color: rgb(212,202,111); }

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