Html Css Color HEX #DD8257 Burning Sand

📋 copy color: '#DD8257'

red 221 ◦ green 130 ◦ blue 87

#DD8257
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #DD8257

Tints of Burning Sand #DD8257

RGB

 RED value IS 221 (86.72% from 255) = 50.46%

 GREEN value IS 130 (51.17% from 255) = 29.68%

 BLUE value IS 87 (34.38% from 255) = 19.86%

R = 50.46%
G = 29.68%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD8257 (or 0xDD8257) is known color: Burning Sand. HEX triplet: DD, 82 and 57. RGB value is (221,130,87). Sum of RGB (Red+Green+Blue) = 221+130+87=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8257 is #227DA8. Grayscale: #989898. Windows color (decimal): -2260393 or 5735133. OLE color: 5735133.

HSL color Cylindrical-coordinate representation of color #DD8257: hue angle of 19.25º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD8257 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 87 -
CMYK 0 0.41 0.61 0.13
HSL 19.25º 0.66% 0.6% -
HSV(B) 19.25º 0.61% 0.87% -
XYZ 39.52 32.03 13.12 -
YUV 152.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 221 130 87 0 0.41 0.61 0.13 19.25 0.66 0.6
Hex DD 82 57 0 29 3D D 13 42 3C
Octal 335 202 127 0 51 75 15 23 102 74
Binary 11011101 10000010 1010111 0 101001 111101 1101 10011 1000010 111100

Color Harmonies of #DD8257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8257

Black with #DD8257

Text Example


Text Example

White with #DD8257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8257; }

 p { color: rgb(221,130,87); }

 H1.HeaderClassName
 {
   color: #DD8257;
 }
 .AnyTagClassName
 {
   color: #DD8257;
 }
</style>

background-color css

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

 a { background-color: rgb(221,130,87); }

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

border-color css

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

 span { border-color: rgb(221,130,87); }

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