Html Css Color HEX #D4CA6D Chenin

📋 copy color: '#D4CA6D'

red 212 ◦ green 202 ◦ blue 109

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

Shades of Chenin #D4CA6D

Tints of Chenin #D4CA6D

RGB

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

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

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

R = 40.54%
G = 38.62%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4CA6D (or 0xD4CA6D) is known color: Chenin. HEX triplet: D4, CA and 6D. RGB value is (212,202,109). Sum of RGB (Red+Green+Blue) = 212+202+109=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CA6D is #2B3592. Grayscale: #C2C2C2. Windows color (decimal): -2831763 or 7195348. OLE color: 7195348.

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

Color convert

RGB 212 202 109 -
CMYK 0 0.05 0.49 0.17
HSL 54.17º 0.54% 0.63% -
HSV(B) 54.17º 0.49% 0.83% -
XYZ 51.03 57.34 22.85 -
YUV 194.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 212 202 109 0 0.05 0.49 0.17 54.17 0.54 0.63
Hex D4 CA 6D 0 5 31 11 36 36 3F
Octal 324 312 155 0 5 61 21 66 66 77
Binary 11010100 11001010 1101101 0 101 110001 10001 110110 110110 111111

Color Harmonies of #D4CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CA6D

Black with #D4CA6D

Text Example


Text Example

White with #D4CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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