#DDC07C

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

Shades of Chalky #DDC07C

Tints of Chalky #DDC07C

Color information

#DDC07C (or 0xDDC07C) is unknown color: approx Chalky. HEX triplet: DD, C0 and 7C. RGB value is (221,192,124). Sum of RGB (Red+Green+Blue) = 221+192+124=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC07C is #223F83. Grayscale: #C1C1C1. Windows color (decimal): -2244484 or 8175837. OLE color: 8175837.

HSL color Cylindrical-coordinate representation of color #DDC07C: hue angle of 42.06º degrees, saturation: 0.59, 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 #DDC07C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221192124-
CMYK00.130.440.13
HSL42.06º58.79%67.65%-
HSV(B)42.06º43.89%86.67%-
XYZ52.3154.5326.84-
YUV192.9289.11148.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 192 (75.39% from 255) = 35.75%
BLUE value IS 124 (48.83% from 255) = 23.09%
R=41.15%
G=35.75%
B=23.09%

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
Decimal22119212400.130.440.1342.0658.7967.65
HexDDC07C0D2CD2a3b44
Octal33530017401554155273104
Binary110111011100000011111000110110110011011010101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC07C; }

 p { color: rgb(221,192,124); }

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

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

 a { background-color: rgb(221,192,124); }

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

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

 span { border-color: rgb(221,192,124); }

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