#DDC27A

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

Shades of Chalky #DDC27A

Tints of Chalky #DDC27A

Color information

#DDC27A (or 0xDDC27A) is unknown color: approx Chalky. HEX triplet: DD, C2 and 7A. RGB value is (221,194,122). Sum of RGB (Red+Green+Blue) = 221+194+122=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC27A is #223D85. Grayscale: #C2C2C2. Windows color (decimal): -2243974 or 8045277. OLE color: 8045277.

HSL color Cylindrical-coordinate representation of color #DDC27A: hue angle of 43.64º 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 #DDC27A is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB221194122-
CMYK00.120.450.13
HSL43.64º59.28%67.25%-
HSV(B)43.64º44.8%86.67%-
XYZ52.6255.3626.32-
YUV193.8687.45147.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 194 (76.17% from 255) = 36.13%
BLUE value IS 122 (48.05% from 255) = 22.72%
R=41.15%
G=36.13%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119412200.120.450.1343.6459.2867.25
HexDDC27A0C2DD2c3b43
Octal33530217201455155473103
Binary110111011100001011110100110010110111011011001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC27A; }

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

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

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

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

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

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

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

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