Html Css Color HEX #DCC578 Chenin

📋 copy color: '#DCC578'

red 220 ◦ green 197 ◦ blue 120

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

Shades of Chenin #DCC578

Tints of Chenin #DCC578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.35%

R = 40.97%
G = 36.69%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCC578 (or 0xDCC578) is known color: Chenin. HEX triplet: DC, C5 and 78. RGB value is (220,197,120). Sum of RGB (Red+Green+Blue) = 220+197+120=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC578 is #233A87. Grayscale: #C3C3C3. Windows color (decimal): -2308744 or 7914972. OLE color: 7914972.

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

Color convert

RGB 220 197 120 -
CMYK 0 0.10 0.45 0.14
HSL 46.2º 0.59% 0.67% -
HSV(B) 46.2º 0.45% 0.86% -
XYZ 52.87 56.5 25.89 -
YUV 195.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 220 197 120 0 0.10 0.45 0.14 46.2 0.59 0.67
Hex DC C5 78 0 A 2D E 2E 3B 43
Octal 334 305 170 0 12 55 16 56 73 103
Binary 11011100 11000101 1111000 0 1010 101101 1110 101110 111011 1000011

Color Harmonies of #DCC578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC578

Black with #DCC578

Text Example


Text Example

White with #DCC578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC578; }

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

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

background-color css

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

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

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

border-color css

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

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

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