Html Css Color HEX #D3C06E Chenin

📋 copy color: '#D3C06E'

red 211 ◦ green 192 ◦ blue 110

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

Shades of Chenin #D3C06E

Tints of Chenin #D3C06E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.43%

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

R = 41.13%
G = 37.43%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3C06E (or 0xD3C06E) is known color: Chenin. HEX triplet: D3, C0 and 6E. RGB value is (211,192,110). Sum of RGB (Red+Green+Blue) = 211+192+110=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C06E is #2C3F91. Grayscale: #BCBCBC. Windows color (decimal): -2899858 or 7258323. OLE color: 7258323.

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

Color convert

RGB 211 192 110 -
CMYK 0 0.09 0.48 0.17
HSL 48.71º 0.53% 0.63% -
HSV(B) 48.71º 0.48% 0.83% -
XYZ 48.53 52.67 22.36 -
YUV 188.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 211 192 110 0 0.09 0.48 0.17 48.71 0.53 0.63
Hex D3 C0 6E 0 9 30 11 31 35 3F
Octal 323 300 156 0 11 60 21 61 65 77
Binary 11010011 11000000 1101110 0 1001 110000 10001 110001 110101 111111

Color Harmonies of #D3C06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C06E

Black with #D3C06E

Text Example


Text Example

White with #D3C06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C06E; }

 p { color: rgb(211,192,110); }

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

background-color css

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

 a { background-color: rgb(211,192,110); }

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

border-color css

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

 span { border-color: rgb(211,192,110); }

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