Html Css Color HEX #D77E5C Burning Sand

📋 copy color: '#D77E5C'

red 215 ◦ green 126 ◦ blue 92

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

Shades of Burning Sand #D77E5C

Tints of Burning Sand #D77E5C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.1%

 BLUE value IS 92 (36.33% from 255) = 21.25%

R = 49.65%
G = 29.1%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D77E5C (or 0xD77E5C) is known color: Burning Sand. HEX triplet: D7, 7E and 5C. RGB value is (215,126,92). Sum of RGB (Red+Green+Blue) = 215+126+92=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77E5C is #2881A3. Grayscale: #949494. Windows color (decimal): -2654628 or 6061783. OLE color: 6061783.

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

Color convert

RGB 215 126 92 -
CMYK 0 0.41 0.57 0.16
HSL 16.59º 0.61% 0.6% -
HSV(B) 16.59º 0.57% 0.84% -
XYZ 37.42 30.14 13.97 -
YUV 148.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 215 126 92 0 0.41 0.57 0.16 16.59 0.61 0.6
Hex D7 7E 5C 0 29 39 10 11 3D 3C
Octal 327 176 134 0 51 71 20 21 75 74
Binary 11010111 1111110 1011100 0 101001 111001 10000 10001 111101 111100

Color Harmonies of #D77E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77E5C

Black with #D77E5C

Text Example


Text Example

White with #D77E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77E5C; }

 p { color: rgb(215,126,92); }

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

background-color css

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

 a { background-color: rgb(215,126,92); }

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

border-color css

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

 span { border-color: rgb(215,126,92); }

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