#DFC27D

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

Shades of Chalky #DFC27D

Tints of Chalky #DFC27D

Color information

#DFC27D (or 0xDFC27D) is unknown color: approx Chalky. HEX triplet: DF, C2 and 7D. RGB value is (223,194,125). Sum of RGB (Red+Green+Blue) = 223+194+125=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC27D is #203D82. Grayscale: #C3C3C3. Windows color (decimal): -2112899 or 8241887. OLE color: 8241887.

HSL color Cylindrical-coordinate representation of color #DFC27D: hue angle of 42.24º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFC27D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB223194125-
CMYK00.130.440.13
HSL42.24º60.49%68.24%-
HSV(B)42.24º43.95%87.45%-
XYZ53.4255.7527.35-
YUV194.888.61148.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 194 (76.17% from 255) = 35.79%
BLUE value IS 125 (49.22% from 255) = 23.06%
R=41.14%
G=35.79%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319412500.130.440.1342.2460.4968.24
HexDFC27D0D2CD2a3c44
Octal33730217501554155274104
Binary110111111100001011111010110110110011011010101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC27D; }

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

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

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

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

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

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

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

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