#DDC07A

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

Shades of Chalky #DDC07A

Tints of Chalky #DDC07A

Color information

#DDC07A (or 0xDDC07A) is unknown color: approx Chalky. HEX triplet: DD, C0 and 7A. RGB value is (221,192,122). Sum of RGB (Red+Green+Blue) = 221+192+122=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC07A is #223F85. Grayscale: #C0C0C0. Windows color (decimal): -2244486 or 8044765. OLE color: 8044765.

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

Color convert

RGB221192122-
CMYK00.130.450.13
HSL42.42º59.28%67.25%-
HSV(B)42.42º44.8%86.67%-
XYZ52.1854.4826.18-
YUV192.6988.11148.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 122 (48.05% from 255) = 22.80%
R=41.31%
G=35.89%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119212200.130.450.1342.4259.2867.25
HexDDC07A0D2DD2a3b43
Octal33530017201555155273103
Binary110111011100000011110100110110110111011010101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC07A; }

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

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

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

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

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

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

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

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