Html Css Color HEX #DCC573 Chenin

📋 copy color: '#DCC573'

red 220 ◦ green 197 ◦ blue 115

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

Shades of Chenin #DCC573

Tints of Chenin #DCC573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.62%

R = 41.35%
G = 37.03%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCC573 (or 0xDCC573) is known color: Chenin. HEX triplet: DC, C5 and 73. RGB value is (220,197,115). Sum of RGB (Red+Green+Blue) = 220+197+115=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC573 is #233A8C. Grayscale: #C2C2C2. Windows color (decimal): -2308749 or 7587292. OLE color: 7587292.

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

Color convert

RGB 220 197 115 -
CMYK 0 0.10 0.48 0.14
HSL 46.86º 0.6% 0.66% -
HSV(B) 46.86º 0.48% 0.86% -
XYZ 52.58 56.39 24.33 -
YUV 194.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 220 197 115 0 0.10 0.48 0.14 46.86 0.6 0.66
Hex DC C5 73 0 A 30 E 2F 3C 42
Octal 334 305 163 0 12 60 16 57 74 102
Binary 11011100 11000101 1110011 0 1010 110000 1110 101111 111100 1000010

Color Harmonies of #DCC573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC573

Black with #DCC573

Text Example


Text Example

White with #DCC573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC573; }

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

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

background-color css

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

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

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

border-color css

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

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

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