Html Css Color HEX #D0C76D Chenin

📋 copy color: '#D0C76D'

red 208 ◦ green 199 ◦ blue 109

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

Shades of Chenin #D0C76D

Tints of Chenin #D0C76D

RGB

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

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

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

R = 40.31%
G = 38.57%
B = 21.12%

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

#D0C76D (or 0xD0C76D) is known color: Chenin. HEX triplet: D0, C7 and 6D. RGB value is (208,199,109). Sum of RGB (Red+Green+Blue) = 208+199+109=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C76D is #2F3892. Grayscale: #BFBFBF. Windows color (decimal): -3094675 or 7194576. OLE color: 7194576.

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

Color convert

RGB 208 199 109 -
CMYK 0 0.04 0.48 0.18
HSL 54.55º 0.51% 0.62% -
HSV(B) 54.55º 0.48% 0.82% -
XYZ 49.2 55.36 22.56 -
YUV 191.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 208 199 109 0 0.04 0.48 0.18 54.55 0.51 0.62
Hex D0 C7 6D 0 4 30 12 37 33 3E
Octal 320 307 155 0 4 60 22 67 63 76
Binary 11010000 11000111 1101101 0 100 110000 10010 110111 110011 111110

Color Harmonies of #D0C76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C76D

Black with #D0C76D

Text Example


Text Example

White with #D0C76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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