Html Css Color HEX #D3CA6D Chenin

📋 copy color: '#D3CA6D'

red 211 ◦ green 202 ◦ blue 109

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

Shades of Chenin #D3CA6D

Tints of Chenin #D3CA6D

RGB

 RED value IS 211 (82.81% from 255) = 40.42%

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

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

R = 40.42%
G = 38.7%
B = 20.88%

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

#D3CA6D (or 0xD3CA6D) is known color: Chenin. HEX triplet: D3, CA and 6D. RGB value is (211,202,109). Sum of RGB (Red+Green+Blue) = 211+202+109=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CA6D is #2C3592. Grayscale: #C2C2C2. Windows color (decimal): -2897299 or 7195347. OLE color: 7195347.

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

Color convert

RGB 211 202 109 -
CMYK 0 0.04 0.48 0.17
HSL 54.71º 0.54% 0.63% -
HSV(B) 54.71º 0.48% 0.83% -
XYZ 50.74 57.19 22.83 -
YUV 194.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 211 202 109 0 0.04 0.48 0.17 54.71 0.54 0.63
Hex D3 CA 6D 0 4 30 11 37 36 3F
Octal 323 312 155 0 4 60 21 67 66 77
Binary 11010011 11001010 1101101 0 100 110000 10001 110111 110110 111111

Color Harmonies of #D3CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CA6D

Black with #D3CA6D

Text Example


Text Example

White with #D3CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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