Html Css Color HEX #D2C76E Chenin

📋 copy color: '#D2C76E'

red 210 ◦ green 199 ◦ blue 110

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

Shades of Chenin #D2C76E

Tints of Chenin #D2C76E

RGB

 RED value IS 210 (82.42% from 255) = 40.46%

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

 BLUE value IS 110 (43.36% from 255) = 21.19%

R = 40.46%
G = 38.34%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2C76E (or 0xD2C76E) is known color: Chenin. HEX triplet: D2, C7 and 6E. RGB value is (210,199,110). Sum of RGB (Red+Green+Blue) = 210+199+110=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C76E is #2D3891. Grayscale: #C0C0C0. Windows color (decimal): -2963602 or 7260114. OLE color: 7260114.

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

Color convert

RGB 210 199 110 -
CMYK 0 0.05 0.48 0.18
HSL 53.4º 0.53% 0.63% -
HSV(B) 53.4º 0.48% 0.82% -
XYZ 49.82 55.67 22.87 -
YUV 192.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 210 199 110 0 0.05 0.48 0.18 53.4 0.53 0.63
Hex D2 C7 6E 0 5 30 12 35 35 3F
Octal 322 307 156 0 5 60 22 65 65 77
Binary 11010010 11000111 1101110 0 101 110000 10010 110101 110101 111111

Color Harmonies of #D2C76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C76E

Black with #D2C76E

Text Example


Text Example

White with #D2C76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C76E; }

 p { color: rgb(210,199,110); }

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

background-color css

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

 a { background-color: rgb(210,199,110); }

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

border-color css

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

 span { border-color: rgb(210,199,110); }

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