#DDBF7E

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

Shades of Chalky #DDBF7E

Tints of Chalky #DDBF7E

Color information

#DDBF7E (or 0xDDBF7E) is unknown color: approx Chalky. HEX triplet: DD, BF and 7E. RGB value is (221,191,126). Sum of RGB (Red+Green+Blue) = 221+191+126=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF7E is #224081. Grayscale: #C0C0C0. Windows color (decimal): -2244738 or 8306653. OLE color: 8306653.

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

Color convert

RGB221191126-
CMYK00.140.430.13
HSL41.05º58.28%68.04%-
HSV(B)41.05º42.99%86.67%-
XYZ52.2254.1427.44-
YUV192.5690.44148.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 126 (49.61% from 255) = 23.42%
R=41.08%
G=35.50%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119112600.140.430.1341.0558.2868.04
HexDDBF7E0E2BD293a44
Octal33527717601653155172104
Binary110111011011111111111100111010101111011010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBF7E; }

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

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

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

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

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

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

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

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