Html Css Color HEX #D0C86D Chenin

📋 copy color: '#D0C86D'

red 208 ◦ green 200 ◦ blue 109

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

Shades of Chenin #D0C86D

Tints of Chenin #D0C86D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.68%

 BLUE value IS 109 (42.97% from 255) = 21.08%

R = 40.23%
G = 38.68%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0C86D (or 0xD0C86D) is known color: Chenin. HEX triplet: D0, C8 and 6D. RGB value is (208,200,109). Sum of RGB (Red+Green+Blue) = 208+200+109=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C86D is #2F3792. Grayscale: #C0C0C0. Windows color (decimal): -3094419 or 7194832. OLE color: 7194832.

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

Color convert

RGB 208 200 109 -
CMYK 0 0.04 0.48 0.18
HSL 55.15º 0.51% 0.62% -
HSV(B) 55.15º 0.48% 0.82% -
XYZ 49.43 55.82 22.64 -
YUV 192.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 208 200 109 0 0.04 0.48 0.18 55.15 0.51 0.62
Hex D0 C8 6D 0 4 30 12 37 33 3E
Octal 320 310 155 0 4 60 22 67 63 76
Binary 11010000 11001000 1101101 0 100 110000 10010 110111 110011 111110

Color Harmonies of #D0C86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C86D

Black with #D0C86D

Text Example


Text Example

White with #D0C86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C86D; }

 p { color: rgb(208,200,109); }

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

background-color css

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

 a { background-color: rgb(208,200,109); }

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

border-color css

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

 span { border-color: rgb(208,200,109); }

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