#DCC27D

Color #DCC27D Chalky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalky #DCC27D

Tints of Chalky #DCC27D

Color information

#DCC27D (or 0xDCC27D) is unknown color: approx Chalky. HEX triplet: DC, C2 and 7D. RGB value is (220,194,125). Sum of RGB (Red+Green+Blue) = 220+194+125=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC27D is #233D82. Grayscale: #C2C2C2. Windows color (decimal): -2309507 or 8241884. OLE color: 8241884.

HSL color Cylindrical-coordinate representation of color #DCC27D: hue angle of 43.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCC27D is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB220194125-
CMYK00.120.430.14
HSL43.58º57.58%67.65%-
HSV(B)43.58º43.18%86.27%-
XYZ52.5155.2827.3-
YUV193.9189.11146.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 125 (49.22% from 255) = 23.19%
R=40.82%
G=35.99%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019412500.120.430.1443.5857.5867.65
HexDCC27D0C2BE2c3a44
Octal33430217501453165472104
Binary110111001100001011111010110010101111101011001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC27D; }

 p { color: rgb(220,194,125); }

 H1.HeaderClassName
 {
   color: #DCC27D;
 }
 .AnyTagClassName
 {
   color: #DCC27D;
 }
</style>
background-color css

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

 a { background-color: rgb(220,194,125); }

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

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

 span { border-color: rgb(220,194,125); }

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