Html Css Color HEX #DCC570 Chenin

📋 copy color: '#DCC570'

red 220 ◦ green 197 ◦ blue 112

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

Shades of Chenin #DCC570

Tints of Chenin #DCC570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.17%

R = 41.59%
G = 37.24%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCC570 (or 0xDCC570) is known color: Chenin. HEX triplet: DC, C5 and 70. RGB value is (220,197,112). Sum of RGB (Red+Green+Blue) = 220+197+112=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC570 is #233A8F. Grayscale: #C2C2C2. Windows color (decimal): -2308752 or 7390684. OLE color: 7390684.

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

Color convert

RGB 220 197 112 -
CMYK 0 0.10 0.49 0.14
HSL 47.22º 0.61% 0.65% -
HSV(B) 47.22º 0.49% 0.86% -
XYZ 52.41 56.32 23.44 -
YUV 194.19 81.62 146.41 -
System Red Green Blue C M Y K H S L
Decimal 220 197 112 0 0.10 0.49 0.14 47.22 0.61 0.65
Hex DC C5 70 0 A 31 E 2F 3D 41
Octal 334 305 160 0 12 61 16 57 75 101
Binary 11011100 11000101 1110000 0 1010 110001 1110 101111 111101 1000001

Color Harmonies of #DCC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC570

Black with #DCC570

Text Example


Text Example

White with #DCC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC570; }

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

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

background-color css

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

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

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

border-color css

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

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

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