Html Css Color HEX #DCC571 Chenin

📋 copy color: '#DCC571'

red 220 ◦ green 197 ◦ blue 113

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

Shades of Chenin #DCC571

Tints of Chenin #DCC571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.32%

R = 41.51%
G = 37.17%
B = 21.32%

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

#DCC571 (or 0xDCC571) is known color: Chenin. HEX triplet: DC, C5 and 71. RGB value is (220,197,113). Sum of RGB (Red+Green+Blue) = 220+197+113=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC571 is #233A8E. Grayscale: #C2C2C2. Windows color (decimal): -2308751 or 7456220. OLE color: 7456220.

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

Color convert

RGB 220 197 113 -
CMYK 0 0.10 0.49 0.14
HSL 47.1º 0.6% 0.65% -
HSV(B) 47.1º 0.49% 0.86% -
XYZ 52.46 56.34 23.73 -
YUV 194.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 220 197 113 0 0.10 0.49 0.14 47.1 0.6 0.65
Hex DC C5 71 0 A 31 E 2F 3C 41
Octal 334 305 161 0 12 61 16 57 74 101
Binary 11011100 11000101 1110001 0 1010 110001 1110 101111 111100 1000001

Color Harmonies of #DCC571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC571

Black with #DCC571

Text Example


Text Example

White with #DCC571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC571; }

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

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

background-color css

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

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

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

border-color css

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

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

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