Html Css Color HEX #D77D63 Burning Sand

📋 copy color: '#D77D63'

red 215 ◦ green 125 ◦ blue 99

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

Shades of Burning Sand #D77D63

Tints of Burning Sand #D77D63

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.47%

 BLUE value IS 99 (39.06% from 255) = 22.55%

R = 48.97%
G = 28.47%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D77D63 (or 0xD77D63) is known color: Burning Sand. HEX triplet: D7, 7D and 63. RGB value is (215,125,99). Sum of RGB (Red+Green+Blue) = 215+125+99=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D63 is #28829C. Grayscale: #959595. Windows color (decimal): -2654877 or 6520279. OLE color: 6520279.

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

Color convert

RGB 215 125 99 -
CMYK 0 0.42 0.54 0.16
HSL 13.45º 0.59% 0.62% -
HSV(B) 13.45º 0.54% 0.84% -
XYZ 37.61 30.02 15.62 -
YUV 148.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 215 125 99 0 0.42 0.54 0.16 13.45 0.59 0.62
Hex D7 7D 63 0 2A 36 10 D 3B 3E
Octal 327 175 143 0 52 66 20 15 73 76
Binary 11010111 1111101 1100011 0 101010 110110 10000 1101 111011 111110

Color Harmonies of #D77D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D63

Black with #D77D63

Text Example


Text Example

White with #D77D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D63; }

 p { color: rgb(215,125,99); }

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

background-color css

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

 a { background-color: rgb(215,125,99); }

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

border-color css

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

 span { border-color: rgb(215,125,99); }

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