Html Css Color HEX #DCC06E Chenin

📋 copy color: '#DCC06E'

red 220 ◦ green 192 ◦ blue 110

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

Shades of Chenin #DCC06E

Tints of Chenin #DCC06E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.78%

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

R = 42.15%
G = 36.78%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCC06E (or 0xDCC06E) is known color: Chenin. HEX triplet: DC, C0 and 6E. RGB value is (220,192,110). Sum of RGB (Red+Green+Blue) = 220+192+110=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC06E is #233F91. Grayscale: #BFBFBF. Windows color (decimal): -2310034 or 7258332. OLE color: 7258332.

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

Color convert

RGB 220 192 110 -
CMYK 0 0.13 0.50 0.14
HSL 44.73º 0.61% 0.65% -
HSV(B) 44.73º 0.5% 0.86% -
XYZ 51.18 54.04 22.49 -
YUV 191.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 220 192 110 0 0.13 0.50 0.14 44.73 0.61 0.65
Hex DC C0 6E 0 D 32 E 2D 3D 41
Octal 334 300 156 0 15 62 16 55 75 101
Binary 11011100 11000000 1101110 0 1101 110010 1110 101101 111101 1000001

Color Harmonies of #DCC06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC06E

Black with #DCC06E

Text Example


Text Example

White with #DCC06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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