Html Css Color HEX #D88257 Burning Sand

📋 copy color: '#D88257'

red 216 ◦ green 130 ◦ blue 87

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

Shades of Burning Sand #D88257

Tints of Burning Sand #D88257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.09%

R = 49.88%
G = 30.02%
B = 20.09%

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

#D88257 (or 0xD88257) is known color: Burning Sand. HEX triplet: D8, 82 and 57. RGB value is (216,130,87). Sum of RGB (Red+Green+Blue) = 216+130+87=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D88257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88257 is #277DA8. Grayscale: #979797. Windows color (decimal): -2588073 or 5735128. OLE color: 5735128.

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

Color convert

RGB 216 130 87 -
CMYK 0 0.40 0.60 0.15
HSL 20º 0.62% 0.59% -
HSV(B) 20º 0.6% 0.85% -
XYZ 38.02 31.25 13.05 -
YUV 150.81 91.99 174.5 -
System Red Green Blue C M Y K H S L
Decimal 216 130 87 0 0.40 0.60 0.15 20 0.62 0.59
Hex D8 82 57 0 28 3C F 14 3E 3B
Octal 330 202 127 0 50 74 17 24 76 73
Binary 11011000 10000010 1010111 0 101000 111100 1111 10100 111110 111011

Color Harmonies of #D88257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88257

Black with #D88257

Text Example


Text Example

White with #D88257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88257; }

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

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

background-color css

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

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

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

border-color css

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

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

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