#DDC07E

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

Shades of Chalky #DDC07E

Tints of Chalky #DDC07E

Color information

#DDC07E (or 0xDDC07E) is unknown color: approx Chalky. HEX triplet: DD, C0 and 7E. RGB value is (221,192,126). Sum of RGB (Red+Green+Blue) = 221+192+126=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC07E is #223F81. Grayscale: #C1C1C1. Windows color (decimal): -2244482 or 8306909. OLE color: 8306909.

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

Color convert

RGB221192126-
CMYK00.130.430.13
HSL41.68º58.28%68.04%-
HSV(B)41.68º42.99%86.67%-
XYZ52.4354.5827.51-
YUV193.1590.11147.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 126 (49.61% from 255) = 23.38%
R=41.00%
G=35.62%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119212600.130.430.1341.6858.2868.04
HexDDC07E0D2BD2a3a44
Octal33530017601553155272104
Binary110111011100000011111100110110101111011010101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC07E; }

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

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

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

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

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

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

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

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