Html Css Color HEX #DCC666 Chenin

📋 copy color: '#DCC666'

red 220 ◦ green 198 ◦ blue 102

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

Shades of Chenin #DCC666

Tints of Chenin #DCC666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.62%

R = 42.31%
G = 38.08%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCC666 (or 0xDCC666) is known color: Chenin. HEX triplet: DC, C6 and 66. RGB value is (220,198,102). Sum of RGB (Red+Green+Blue) = 220+198+102=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC666 is #233999. Grayscale: #C2C2C2. Windows color (decimal): -2308506 or 6735580. OLE color: 6735580.

HSL color Cylindrical-coordinate representation of color #DCC666: hue angle of 48.81º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCC666 is Cyan = 0, Magento = 0.1, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 102 -
CMYK 0 0.1 0.54 0.14
HSL 48.81º 0.63% 0.63% -
HSV(B) 48.81º 0.54% 0.86% -
XYZ 52.11 56.56 20.74 -
YUV 193.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 220 198 102 0 0.1 0.54 0.14 48.81 0.63 0.63
Hex DC C6 66 0 A 36 E 31 3F 3F
Octal 334 306 146 0 12 66 16 61 77 77
Binary 11011100 11000110 1100110 0 1010 110110 1110 110001 111111 111111

Color Harmonies of #DCC666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC666

Black with #DCC666

Text Example


Text Example

White with #DCC666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC666; }

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

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

background-color css

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

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

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

border-color css

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

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

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