Html Css Color HEX #DD8258 Burning Sand

📋 copy color: '#DD8258'

red 221 ◦ green 130 ◦ blue 88

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

Shades of Burning Sand #DD8258

Tints of Burning Sand #DD8258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.05%

R = 50.34%
G = 29.61%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD8258 (or 0xDD8258) is known color: Burning Sand. HEX triplet: DD, 82 and 58. RGB value is (221,130,88). Sum of RGB (Red+Green+Blue) = 221+130+88=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8258 is #227DA7. Grayscale: #989898. Windows color (decimal): -2260392 or 5800669. OLE color: 5800669.

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

Color convert

RGB 221 130 88 -
CMYK 0 0.41 0.60 0.13
HSL 18.95º 0.66% 0.61% -
HSV(B) 18.95º 0.6% 0.87% -
XYZ 39.56 32.04 13.33 -
YUV 152.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 221 130 88 0 0.41 0.60 0.13 18.95 0.66 0.61
Hex DD 82 58 0 29 3C D 13 42 3D
Octal 335 202 130 0 51 74 15 23 102 75
Binary 11011101 10000010 1011000 0 101001 111100 1101 10011 1000010 111101

Color Harmonies of #DD8258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8258

Black with #DD8258

Text Example


Text Example

White with #DD8258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8258; }

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

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

background-color css

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

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

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

border-color css

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

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

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