Html Css Color HEX #D0C76F Chenin

📋 copy color: '#D0C76F'

red 208 ◦ green 199 ◦ blue 111

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

Shades of Chenin #D0C76F

Tints of Chenin #D0C76F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.42%

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

R = 40.15%
G = 38.42%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0C76F (or 0xD0C76F) is known color: Chenin. HEX triplet: D0, C7 and 6F. RGB value is (208,199,111). Sum of RGB (Red+Green+Blue) = 208+199+111=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C76F is #2F3890. Grayscale: #C0C0C0. Windows color (decimal): -3094673 or 7325648. OLE color: 7325648.

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

Color convert

RGB 208 199 111 -
CMYK 0 0.04 0.47 0.18
HSL 54.43º 0.51% 0.63% -
HSV(B) 54.43º 0.47% 0.82% -
XYZ 49.31 55.4 23.13 -
YUV 191.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 208 199 111 0 0.04 0.47 0.18 54.43 0.51 0.63
Hex D0 C7 6F 0 4 2F 12 36 33 3F
Octal 320 307 157 0 4 57 22 66 63 77
Binary 11010000 11000111 1101111 0 100 101111 10010 110110 110011 111111

Color Harmonies of #D0C76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C76F

Black with #D0C76F

Text Example


Text Example

White with #D0C76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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