#DDBE7A

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

Shades of Chalky #DDBE7A

Tints of Chalky #DDBE7A

Color information

#DDBE7A (or 0xDDBE7A) is unknown color: approx Chalky. HEX triplet: DD, BE and 7A. RGB value is (221,190,122). Sum of RGB (Red+Green+Blue) = 221+190+122=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE7A is #224185. Grayscale: #BFBFBF. Windows color (decimal): -2244998 or 8044253. OLE color: 8044253.

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

Color convert

RGB221190122-
CMYK00.140.450.13
HSL41.21º59.28%67.25%-
HSV(B)41.21º44.8%86.67%-
XYZ51.7553.626.03-
YUV191.5288.77149.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 122 (48.05% from 255) = 22.89%
R=41.46%
G=35.65%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119012200.140.450.1341.2159.2867.25
HexDDBE7A0E2DD293b43
Octal33527617201655155173103
Binary110111011011111011110100111010110111011010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE7A; }

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

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

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

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

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

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

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

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