Html Css Color HEX #DCC96E Chenin

📋 copy color: '#DCC96E'

red 220 ◦ green 201 ◦ blue 110

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

Shades of Chenin #DCC96E

Tints of Chenin #DCC96E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.85%

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

R = 41.43%
G = 37.85%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCC96E (or 0xDCC96E) is known color: Chenin. HEX triplet: DC, C9 and 6E. RGB value is (220,201,110). Sum of RGB (Red+Green+Blue) = 220+201+110=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC96E is #233691. Grayscale: #C4C4C4. Windows color (decimal): -2307730 or 7260636. OLE color: 7260636.

HSL color Cylindrical-coordinate representation of color #DCC96E: hue angle of 49.64º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCC96E is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 110 -
CMYK 0 0.09 0.50 0.14
HSL 49.64º 0.61% 0.65% -
HSV(B) 49.64º 0.5% 0.86% -
XYZ 53.22 58.11 23.16 -
YUV 196.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 220 201 110 0 0.09 0.50 0.14 49.64 0.61 0.65
Hex DC C9 6E 0 9 32 E 32 3D 41
Octal 334 311 156 0 11 62 16 62 75 101
Binary 11011100 11001001 1101110 0 1001 110010 1110 110010 111101 1000001

Color Harmonies of #DCC96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC96E

Black with #DCC96E

Text Example


Text Example

White with #DCC96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC96E; }

 p { color: rgb(220,201,110); }

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

background-color css

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

 a { background-color: rgb(220,201,110); }

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

border-color css

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

 span { border-color: rgb(220,201,110); }

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