Html Css Color HEX #D88460 Burning Sand

📋 copy color: '#D88460'

red 216 ◦ green 132 ◦ blue 96

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

Shades of Burning Sand #D88460

Tints of Burning Sand #D88460

RGB

 RED value IS 216 (84.77% from 255) = 48.65%

 GREEN value IS 132 (51.95% from 255) = 29.73%

 BLUE value IS 96 (37.89% from 255) = 21.62%

R = 48.65%
G = 29.73%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D88460 (or 0xD88460) is known color: Burning Sand. HEX triplet: D8, 84 and 60. RGB value is (216,132,96). Sum of RGB (Red+Green+Blue) = 216+132+96=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D88460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88460 is #277B9F. Grayscale: #999999. Windows color (decimal): -2587552 or 6325464. OLE color: 6325464.

HSL color Cylindrical-coordinate representation of color #D88460: hue angle of 18º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D88460 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 132 96 -
CMYK 0 0.39 0.56 0.15
HSL 18º 0.61% 0.61% -
HSV(B) 18º 0.56% 0.85% -
XYZ 38.68 31.95 15.19 -
YUV 153.01 95.83 172.93 -
System Red Green Blue C M Y K H S L
Decimal 216 132 96 0 0.39 0.56 0.15 18 0.61 0.61
Hex D8 84 60 0 27 38 F 12 3D 3D
Octal 330 204 140 0 47 70 17 22 75 75
Binary 11011000 10000100 1100000 0 100111 111000 1111 10010 111101 111101

Color Harmonies of #D88460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88460

Black with #D88460

Text Example


Text Example

White with #D88460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88460; }

 p { color: rgb(216,132,96); }

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

background-color css

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

 a { background-color: rgb(216,132,96); }

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

border-color css

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

 span { border-color: rgb(216,132,96); }

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