Html Css Color HEX #DCC56E Chenin

📋 copy color: '#DCC56E'

red 220 ◦ green 197 ◦ blue 110

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

Shades of Chenin #DCC56E

Tints of Chenin #DCC56E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.38%

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

R = 41.75%
G = 37.38%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCC56E (or 0xDCC56E) is known color: Chenin. HEX triplet: DC, C5 and 6E. RGB value is (220,197,110). Sum of RGB (Red+Green+Blue) = 220+197+110=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC56E is #233A91. Grayscale: #C2C2C2. Windows color (decimal): -2308754 or 7259612. OLE color: 7259612.

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

Color convert

RGB 220 197 110 -
CMYK 0 0.10 0.50 0.14
HSL 47.45º 0.61% 0.65% -
HSV(B) 47.45º 0.5% 0.86% -
XYZ 52.3 56.27 22.86 -
YUV 193.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 220 197 110 0 0.10 0.50 0.14 47.45 0.61 0.65
Hex DC C5 6E 0 A 32 E 2F 3D 41
Octal 334 305 156 0 12 62 16 57 75 101
Binary 11011100 11000101 1101110 0 1010 110010 1110 101111 111101 1000001

Color Harmonies of #DCC56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC56E

Black with #DCC56E

Text Example


Text Example

White with #DCC56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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