Html Css Color HEX #D4CA6E Chenin

📋 copy color: '#D4CA6E'

red 212 ◦ green 202 ◦ blue 110

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

Shades of Chenin #D4CA6E

Tints of Chenin #D4CA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.99%

R = 40.46%
G = 38.55%
B = 20.99%

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

#D4CA6E (or 0xD4CA6E) is known color: Chenin. HEX triplet: D4, CA and 6E. RGB value is (212,202,110). Sum of RGB (Red+Green+Blue) = 212+202+110=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CA6E is #2B3591. Grayscale: #C2C2C2. Windows color (decimal): -2831762 or 7260884. OLE color: 7260884.

HSL color Cylindrical-coordinate representation of color #D4CA6E: hue angle of 54.12º 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 #D4CA6E is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 202 110 -
CMYK 0 0.05 0.48 0.17
HSL 54.12º 0.54% 0.63% -
HSV(B) 54.12º 0.48% 0.83% -
XYZ 51.09 57.36 23.13 -
YUV 194.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 212 202 110 0 0.05 0.48 0.17 54.12 0.54 0.63
Hex D4 CA 6E 0 5 30 11 36 36 3F
Octal 324 312 156 0 5 60 21 66 66 77
Binary 11010100 11001010 1101110 0 101 110000 10001 110110 110110 111111

Color Harmonies of #D4CA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CA6E

Black with #D4CA6E

Text Example


Text Example

White with #D4CA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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