Html Css Color HEX #DCC577 Chenin

📋 copy color: '#DCC577'

red 220 ◦ green 197 ◦ blue 119

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

Shades of Chenin #DCC577

Tints of Chenin #DCC577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.2%

R = 41.04%
G = 36.75%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCC577 (or 0xDCC577) is known color: Chenin. HEX triplet: DC, C5 and 77. RGB value is (220,197,119). Sum of RGB (Red+Green+Blue) = 220+197+119=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC577 is #233A88. Grayscale: #C3C3C3. Windows color (decimal): -2308745 or 7849436. OLE color: 7849436.

HSL color Cylindrical-coordinate representation of color #DCC577: hue angle of 46.34º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCC577 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 119 -
CMYK 0 0.10 0.46 0.14
HSL 46.34º 0.59% 0.66% -
HSV(B) 46.34º 0.46% 0.86% -
XYZ 52.81 56.48 25.57 -
YUV 194.99 85.12 145.84 -
System Red Green Blue C M Y K H S L
Decimal 220 197 119 0 0.10 0.46 0.14 46.34 0.59 0.66
Hex DC C5 77 0 A 2E E 2E 3B 42
Octal 334 305 167 0 12 56 16 56 73 102
Binary 11011100 11000101 1110111 0 1010 101110 1110 101110 111011 1000010

Color Harmonies of #DCC577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC577

Black with #DCC577

Text Example


Text Example

White with #DCC577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC577; }

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

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

background-color css

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

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

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

border-color css

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

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

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