Html Css Color HEX #D77F55 Burning Sand

📋 copy color: '#D77F55'

red 215 ◦ green 127 ◦ blue 85

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

Shades of Burning Sand #D77F55

Tints of Burning Sand #D77F55

RGB

 RED value IS 215 (84.38% from 255) = 50.35%

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

 BLUE value IS 85 (33.59% from 255) = 19.91%

R = 50.35%
G = 29.74%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D77F55 (or 0xD77F55) is known color: Burning Sand. HEX triplet: D7, 7F and 55. RGB value is (215,127,85). Sum of RGB (Red+Green+Blue) = 215+127+85=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77F55 is #2880AA. Grayscale: #949494. Windows color (decimal): -2654379 or 5603287. OLE color: 5603287.

HSL color Cylindrical-coordinate representation of color #D77F55: hue angle of 19.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D77F55 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 127 85 -
CMYK 0 0.41 0.60 0.16
HSL 19.38º 0.62% 0.59% -
HSV(B) 19.38º 0.6% 0.84% -
XYZ 37.25 30.28 12.48 -
YUV 148.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 215 127 85 0 0.41 0.60 0.16 19.38 0.62 0.59
Hex D7 7F 55 0 29 3C 10 13 3E 3B
Octal 327 177 125 0 51 74 20 23 76 73
Binary 11010111 1111111 1010101 0 101001 111100 10000 10011 111110 111011

Color Harmonies of #D77F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F55

Black with #D77F55

Text Example


Text Example

White with #D77F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F55; }

 p { color: rgb(215,127,85); }

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

background-color css

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

 a { background-color: rgb(215,127,85); }

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

border-color css

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

 span { border-color: rgb(215,127,85); }

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