Html Css Color HEX #D88261 Burning Sand

📋 copy color: '#D88261'

red 216 ◦ green 130 ◦ blue 97

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

Shades of Burning Sand #D88261

Tints of Burning Sand #D88261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.9%

R = 48.76%
G = 29.35%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D88261 (or 0xD88261) is known color: Burning Sand. HEX triplet: D8, 82 and 61. RGB value is (216,130,97). Sum of RGB (Red+Green+Blue) = 216+130+97=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D88261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88261 is #277D9E. Grayscale: #989898. Windows color (decimal): -2588063 or 6390488. OLE color: 6390488.

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

Color convert

RGB 216 130 97 -
CMYK 0 0.40 0.55 0.15
HSL 16.64º 0.6% 0.61% -
HSV(B) 16.64º 0.55% 0.85% -
XYZ 38.46 31.43 15.35 -
YUV 151.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 216 130 97 0 0.40 0.55 0.15 16.64 0.6 0.61
Hex D8 82 61 0 28 37 F 11 3C 3D
Octal 330 202 141 0 50 67 17 21 74 75
Binary 11011000 10000010 1100001 0 101000 110111 1111 10001 111100 111101

Color Harmonies of #D88261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88261

Black with #D88261

Text Example


Text Example

White with #D88261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88261; }

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

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

background-color css

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

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

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

border-color css

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

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

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