Html Css Color HEX #D0C96F Chenin

📋 copy color: '#D0C96F'

red 208 ◦ green 201 ◦ blue 111

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

Shades of Chenin #D0C96F

Tints of Chenin #D0C96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.65%

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

R = 40%
G = 38.65%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0C96F (or 0xD0C96F) is known color: Chenin. HEX triplet: D0, C9 and 6F. RGB value is (208,201,111). Sum of RGB (Red+Green+Blue) = 208+201+111=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C96F is #2F3690. Grayscale: #C1C1C1. Windows color (decimal): -3094161 or 7326160. OLE color: 7326160.

HSL color Cylindrical-coordinate representation of color #D0C96F: hue angle of 55.67º 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 #D0C96F is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 201 111 -
CMYK 0 0.03 0.47 0.18
HSL 55.67º 0.51% 0.63% -
HSV(B) 55.67º 0.47% 0.82% -
XYZ 49.77 56.33 23.29 -
YUV 192.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 208 201 111 0 0.03 0.47 0.18 55.67 0.51 0.63
Hex D0 C9 6F 0 3 2F 12 38 33 3F
Octal 320 311 157 0 3 57 22 70 63 77
Binary 11010000 11001001 1101111 0 11 101111 10010 111000 110011 111111

Color Harmonies of #D0C96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C96F

Black with #D0C96F

Text Example


Text Example

White with #D0C96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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