Html Css Color HEX #D88256 Burning Sand

📋 copy color: '#D88256'

red 216 ◦ green 130 ◦ blue 86

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

Shades of Burning Sand #D88256

Tints of Burning Sand #D88256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.91%

R = 50%
G = 30.09%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D88256 (or 0xD88256) is known color: Burning Sand. HEX triplet: D8, 82 and 56. RGB value is (216,130,86). Sum of RGB (Red+Green+Blue) = 216+130+86=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D88256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88256 is #277DA9. Grayscale: #969696. Windows color (decimal): -2588074 or 5669592. OLE color: 5669592.

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

Color convert

RGB 216 130 86 -
CMYK 0 0.40 0.60 0.15
HSL 20.31º 0.63% 0.59% -
HSV(B) 20.31º 0.6% 0.85% -
XYZ 37.98 31.24 12.83 -
YUV 150.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 216 130 86 0 0.40 0.60 0.15 20.31 0.63 0.59
Hex D8 82 56 0 28 3C F 14 3E 3B
Octal 330 202 126 0 50 74 17 24 76 73
Binary 11011000 10000010 1010110 0 101000 111100 1111 10100 111110 111011

Color Harmonies of #D88256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88256

Black with #D88256

Text Example


Text Example

White with #D88256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88256; }

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

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

background-color css

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

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

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

border-color css

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

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

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