Html Css Color HEX #DCC16E Chenin

📋 copy color: '#DCC16E'

red 220 ◦ green 193 ◦ blue 110

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

Shades of Chenin #DCC16E

Tints of Chenin #DCC16E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.9%

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

R = 42.07%
G = 36.9%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCC16E (or 0xDCC16E) is known color: Chenin. HEX triplet: DC, C1 and 6E. RGB value is (220,193,110). Sum of RGB (Red+Green+Blue) = 220+193+110=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC16E is #233E91. Grayscale: #BFBFBF. Windows color (decimal): -2309778 or 7258588. OLE color: 7258588.

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

Color convert

RGB 220 193 110 -
CMYK 0 0.12 0.50 0.14
HSL 45.27º 0.61% 0.65% -
HSV(B) 45.27º 0.5% 0.86% -
XYZ 51.4 54.48 22.56 -
YUV 191.61 81.95 148.25 -
System Red Green Blue C M Y K H S L
Decimal 220 193 110 0 0.12 0.50 0.14 45.27 0.61 0.65
Hex DC C1 6E 0 C 32 E 2D 3D 41
Octal 334 301 156 0 14 62 16 55 75 101
Binary 11011100 11000001 1101110 0 1100 110010 1110 101101 111101 1000001

Color Harmonies of #DCC16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC16E

Black with #DCC16E

Text Example


Text Example

White with #DCC16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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