#DDC27E

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

Shades of Chalky #DDC27E

Tints of Chalky #DDC27E

Color information

#DDC27E (or 0xDDC27E) is unknown color: approx Chalky. HEX triplet: DD, C2 and 7E. RGB value is (221,194,126). Sum of RGB (Red+Green+Blue) = 221+194+126=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC27E is #223D81. Grayscale: #C2C2C2. Windows color (decimal): -2243970 or 8307421. OLE color: 8307421.

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

Color convert

RGB221194126-
CMYK00.120.430.13
HSL42.95º58.28%68.04%-
HSV(B)42.95º42.99%86.67%-
XYZ52.8855.4627.66-
YUV194.3289.45147.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 194 (76.17% from 255) = 35.86%
BLUE value IS 126 (49.61% from 255) = 23.29%
R=40.85%
G=35.86%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119412600.120.430.1342.9558.2868.04
HexDDC27E0C2BD2b3a44
Octal33530217601453155372104
Binary110111011100001011111100110010101111011010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC27E; }

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

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

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

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

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

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

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

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