Html Css Color HEX #DCCA76 Chenin

📋 copy color: '#DCCA76'

red 220 ◦ green 202 ◦ blue 118

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

Shades of Chenin #DCCA76

Tints of Chenin #DCCA76

RGB

 RED value IS 220 (86.33% from 255) = 40.74%

 GREEN value IS 202 (79.3% from 255) = 37.41%

 BLUE value IS 118 (46.48% from 255) = 21.85%

R = 40.74%
G = 37.41%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCCA76 (or 0xDCCA76) is known color: Chenin. HEX triplet: DC, CA and 76. RGB value is (220,202,118). Sum of RGB (Red+Green+Blue) = 220+202+118=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA76 is #233589. Grayscale: #C6C6C6. Windows color (decimal): -2307466 or 7785180. OLE color: 7785180.

HSL color Cylindrical-coordinate representation of color #DCCA76: hue angle of 49.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCCA76 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 118 -
CMYK 0 0.08 0.46 0.14
HSL 49.41º 0.59% 0.66% -
HSV(B) 49.41º 0.46% 0.86% -
XYZ 53.91 58.76 25.64 -
YUV 197.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 220 202 118 0 0.08 0.46 0.14 49.41 0.59 0.66
Hex DC CA 76 0 8 2E E 31 3B 42
Octal 334 312 166 0 10 56 16 61 73 102
Binary 11011100 11001010 1110110 0 1000 101110 1110 110001 111011 1000010

Color Harmonies of #DCCA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA76

Black with #DCCA76

Text Example


Text Example

White with #DCCA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA76; }

 p { color: rgb(220,202,118); }

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

background-color css

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

 a { background-color: rgb(220,202,118); }

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

border-color css

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

 span { border-color: rgb(220,202,118); }

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