Html Css Color HEX #D4CB6D Chenin

📋 copy color: '#D4CB6D'

red 212 ◦ green 203 ◦ blue 109

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

Shades of Chenin #D4CB6D

Tints of Chenin #D4CB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.8%

R = 40.46%
G = 38.74%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4CB6D (or 0xD4CB6D) is known color: Chenin. HEX triplet: D4, CB and 6D. RGB value is (212,203,109). Sum of RGB (Red+Green+Blue) = 212+203+109=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB6D is #2B3492. Grayscale: #C3C3C3. Windows color (decimal): -2831507 or 7195604. OLE color: 7195604.

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

Color convert

RGB 212 203 109 -
CMYK 0 0.04 0.49 0.17
HSL 54.76º 0.54% 0.63% -
HSV(B) 54.76º 0.49% 0.83% -
XYZ 51.27 57.81 22.92 -
YUV 194.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 212 203 109 0 0.04 0.49 0.17 54.76 0.54 0.63
Hex D4 CB 6D 0 4 31 11 37 36 3F
Octal 324 313 155 0 4 61 21 67 66 77
Binary 11010100 11001011 1101101 0 100 110001 10001 110111 110110 111111

Color Harmonies of #D4CB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB6D

Black with #D4CB6D

Text Example


Text Example

White with #D4CB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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