Html Css Color HEX #D88260 Burning Sand

📋 copy color: '#D88260'

red 216 ◦ green 130 ◦ blue 96

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

Shades of Burning Sand #D88260

Tints of Burning Sand #D88260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.41%

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

R = 48.87%
G = 29.41%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D88260 (or 0xD88260) is known color: Burning Sand. HEX triplet: D8, 82 and 60. RGB value is (216,130,96). Sum of RGB (Red+Green+Blue) = 216+130+96=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D88260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88260 is #277D9F. Grayscale: #989898. Windows color (decimal): -2588064 or 6324952. OLE color: 6324952.

HSL color Cylindrical-coordinate representation of color #D88260: hue angle of 17º 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 #D88260 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 130 96 -
CMYK 0 0.40 0.56 0.15
HSL 17º 0.61% 0.61% -
HSV(B) 17º 0.56% 0.85% -
XYZ 38.41 31.41 15.1 -
YUV 151.84 96.49 173.76 -
System Red Green Blue C M Y K H S L
Decimal 216 130 96 0 0.40 0.56 0.15 17 0.61 0.61
Hex D8 82 60 0 28 38 F 11 3D 3D
Octal 330 202 140 0 50 70 17 21 75 75
Binary 11011000 10000010 1100000 0 101000 111000 1111 10001 111101 111101

Color Harmonies of #D88260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88260

Black with #D88260

Text Example


Text Example

White with #D88260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88260; }

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

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

background-color css

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

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

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

border-color css

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

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

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