Html Css Color HEX #DCC66F Chenin

📋 copy color: '#DCC66F'

red 220 ◦ green 198 ◦ blue 111

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

Shades of Chenin #DCC66F

Tints of Chenin #DCC66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.98%

R = 41.59%
G = 37.43%
B = 20.98%

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

#DCC66F (or 0xDCC66F) is known color: Chenin. HEX triplet: DC, C6 and 6F. RGB value is (220,198,111). Sum of RGB (Red+Green+Blue) = 220+198+111=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC66F is #233990. Grayscale: #C3C3C3. Windows color (decimal): -2308497 or 7325404. OLE color: 7325404.

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

Color convert

RGB 220 198 111 -
CMYK 0 0.1 0.50 0.14
HSL 47.89º 0.61% 0.65% -
HSV(B) 47.89º 0.5% 0.86% -
XYZ 52.58 56.75 23.22 -
YUV 194.66 80.79 146.07 -
System Red Green Blue C M Y K H S L
Decimal 220 198 111 0 0.1 0.50 0.14 47.89 0.61 0.65
Hex DC C6 6F 0 A 32 E 30 3D 41
Octal 334 306 157 0 12 62 16 60 75 101
Binary 11011100 11000110 1101111 0 1010 110010 1110 110000 111101 1000001

Color Harmonies of #DCC66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC66F

Black with #DCC66F

Text Example


Text Example

White with #DCC66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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