Html Css Color HEX #DD7F5A Burning Sand

📋 copy color: '#DD7F5A'

red 221 ◦ green 127 ◦ blue 90

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

Shades of Burning Sand #DD7F5A

Tints of Burning Sand #DD7F5A

RGB

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

 GREEN value IS 127 (50% from 255) = 29%

 BLUE value IS 90 (35.55% from 255) = 20.55%

R = 50.46%
G = 29%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD7F5A (or 0xDD7F5A) is known color: Burning Sand. HEX triplet: DD, 7F and 5A. RGB value is (221,127,90). Sum of RGB (Red+Green+Blue) = 221+127+90=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F5A is #2280A5. Grayscale: #979797. Windows color (decimal): -2261158 or 5930973. OLE color: 5930973.

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

Color convert

RGB 221 127 90 -
CMYK 0 0.43 0.59 0.13
HSL 16.95º 0.66% 0.61% -
HSV(B) 16.95º 0.59% 0.87% -
XYZ 39.25 31.29 13.64 -
YUV 150.89 93.64 178.01 -
System Red Green Blue C M Y K H S L
Decimal 221 127 90 0 0.43 0.59 0.13 16.95 0.66 0.61
Hex DD 7F 5A 0 2B 3B D 11 42 3D
Octal 335 177 132 0 53 73 15 21 102 75
Binary 11011101 1111111 1011010 0 101011 111011 1101 10001 1000010 111101

Color Harmonies of #DD7F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F5A

Black with #DD7F5A

Text Example


Text Example

White with #DD7F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F5A; }

 p { color: rgb(221,127,90); }

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

background-color css

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

 a { background-color: rgb(221,127,90); }

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

border-color css

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

 span { border-color: rgb(221,127,90); }

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