Html Css Color HEX #DCC96D Chenin

📋 copy color: '#DCC96D'

red 220 ◦ green 201 ◦ blue 109

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

Shades of Chenin #DCC96D

Tints of Chenin #DCC96D

RGB

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

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

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

R = 41.51%
G = 37.92%
B = 20.57%

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

#DCC96D (or 0xDCC96D) is known color: Chenin. HEX triplet: DC, C9 and 6D. RGB value is (220,201,109). Sum of RGB (Red+Green+Blue) = 220+201+109=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC96D is #233692. Grayscale: #C4C4C4. Windows color (decimal): -2307731 or 7195100. OLE color: 7195100.

HSL color Cylindrical-coordinate representation of color #DCC96D: hue angle of 49.73º 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 #DCC96D is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 109 -
CMYK 0 0.09 0.50 0.14
HSL 49.73º 0.61% 0.65% -
HSV(B) 49.73º 0.5% 0.86% -
XYZ 53.16 58.09 22.88 -
YUV 196.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 220 201 109 0 0.09 0.50 0.14 49.73 0.61 0.65
Hex DC C9 6D 0 9 32 E 32 3D 41
Octal 334 311 155 0 11 62 16 62 75 101
Binary 11011100 11001001 1101101 0 1001 110010 1110 110010 111101 1000001

Color Harmonies of #DCC96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC96D

Black with #DCC96D

Text Example


Text Example

White with #DCC96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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