Html Css Color HEX #DCC66E Chenin

📋 copy color: '#DCC66E'

red 220 ◦ green 198 ◦ blue 110

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

Shades of Chenin #DCC66E

Tints of Chenin #DCC66E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.5%

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

R = 41.67%
G = 37.5%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCC66E (or 0xDCC66E) is known color: Chenin. HEX triplet: DC, C6 and 6E. RGB value is (220,198,110). Sum of RGB (Red+Green+Blue) = 220+198+110=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC66E is #233991. Grayscale: #C2C2C2. Windows color (decimal): -2308498 or 7259868. OLE color: 7259868.

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

Color convert

RGB 220 198 110 -
CMYK 0 0.1 0.50 0.14
HSL 48º 0.61% 0.65% -
HSV(B) 48º 0.5% 0.86% -
XYZ 52.52 56.73 22.93 -
YUV 194.55 80.29 146.16 -
System Red Green Blue C M Y K H S L
Decimal 220 198 110 0 0.1 0.50 0.14 48 0.61 0.65
Hex DC C6 6E 0 A 32 E 30 3D 41
Octal 334 306 156 0 12 62 16 60 75 101
Binary 11011100 11000110 1101110 0 1010 110010 1110 110000 111101 1000001

Color Harmonies of #DCC66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC66E

Black with #DCC66E

Text Example


Text Example

White with #DCC66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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