Html Css Color HEX #D3C06F Chenin

📋 copy color: '#D3C06F'

red 211 ◦ green 192 ◦ blue 111

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

Shades of Chenin #D3C06F

Tints of Chenin #D3C06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.6%

R = 41.05%
G = 37.35%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D3C06F (or 0xD3C06F) is known color: Chenin. HEX triplet: D3, C0 and 6F. RGB value is (211,192,111). Sum of RGB (Red+Green+Blue) = 211+192+111=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C06F is #2C3F90. Grayscale: #BCBCBC. Windows color (decimal): -2899857 or 7323859. OLE color: 7323859.

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

Color convert

RGB 211 192 111 -
CMYK 0 0.09 0.47 0.17
HSL 48.6º 0.53% 0.63% -
HSV(B) 48.6º 0.47% 0.83% -
XYZ 48.58 52.7 22.65 -
YUV 188.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 211 192 111 0 0.09 0.47 0.17 48.6 0.53 0.63
Hex D3 C0 6F 0 9 2F 11 31 35 3F
Octal 323 300 157 0 11 57 21 61 65 77
Binary 11010011 11000000 1101111 0 1001 101111 10001 110001 110101 111111

Color Harmonies of #D3C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C06F

Black with #D3C06F

Text Example


Text Example

White with #D3C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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