Html Css Color HEX #D4CB6E Chenin

📋 copy color: '#D4CB6E'

red 212 ◦ green 203 ◦ blue 110

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

Shades of Chenin #D4CB6E

Tints of Chenin #D4CB6E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.67%

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

R = 40.38%
G = 38.67%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4CB6E (or 0xD4CB6E) is known color: Chenin. HEX triplet: D4, CB and 6E. RGB value is (212,203,110). Sum of RGB (Red+Green+Blue) = 212+203+110=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB6E is #2B3491. Grayscale: #C3C3C3. Windows color (decimal): -2831506 or 7261140. OLE color: 7261140.

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

Color convert

RGB 212 203 110 -
CMYK 0 0.04 0.48 0.17
HSL 54.71º 0.54% 0.63% -
HSV(B) 54.71º 0.48% 0.83% -
XYZ 51.32 57.83 23.21 -
YUV 195.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 212 203 110 0 0.04 0.48 0.17 54.71 0.54 0.63
Hex D4 CB 6E 0 4 30 11 37 36 3F
Octal 324 313 156 0 4 60 21 67 66 77
Binary 11010100 11001011 1101110 0 100 110000 10001 110111 110110 111111

Color Harmonies of #D4CB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB6E

Black with #D4CB6E

Text Example


Text Example

White with #D4CB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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