Html Css Color HEX #D0C06F Chenin

📋 copy color: '#D0C06F'

red 208 ◦ green 192 ◦ blue 111

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

Shades of Chenin #D0C06F

Tints of Chenin #D0C06F

RGB

 RED value IS 208 (81.64% from 255) = 40.7%

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

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

R = 40.7%
G = 37.57%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0C06F (or 0xD0C06F) is known color: Chenin. HEX triplet: D0, C0 and 6F. RGB value is (208,192,111). Sum of RGB (Red+Green+Blue) = 208+192+111=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C06F is #2F3F90. Grayscale: #BBBBBB. Windows color (decimal): -3096465 or 7323856. OLE color: 7323856.

HSL color Cylindrical-coordinate representation of color #D0C06F: hue angle of 50.1º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0C06F is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 192 111 -
CMYK 0 0.08 0.47 0.18
HSL 50.1º 0.51% 0.63% -
HSV(B) 50.1º 0.47% 0.82% -
XYZ 47.73 52.26 22.61 -
YUV 187.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 208 192 111 0 0.08 0.47 0.18 50.1 0.51 0.63
Hex D0 C0 6F 0 8 2F 12 32 33 3F
Octal 320 300 157 0 10 57 22 62 63 77
Binary 11010000 11000000 1101111 0 1000 101111 10010 110010 110011 111111

Color Harmonies of #D0C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C06F

Black with #D0C06F

Text Example


Text Example

White with #D0C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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