Html Css Color HEX #D88362 Burning Sand

📋 copy color: '#D88362'

red 216 ◦ green 131 ◦ blue 98

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

Shades of Burning Sand #D88362

Tints of Burning Sand #D88362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.44%

 BLUE value IS 98 (38.67% from 255) = 22.02%

R = 48.54%
G = 29.44%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D88362 (or 0xD88362) is known color: Burning Sand. HEX triplet: D8, 83 and 62. RGB value is (216,131,98). Sum of RGB (Red+Green+Blue) = 216+131+98=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D88362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88362 is #277C9D. Grayscale: #989898. Windows color (decimal): -2587806 or 6456280. OLE color: 6456280.

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

Color convert

RGB 216 131 98 -
CMYK 0 0.39 0.55 0.15
HSL 16.78º 0.6% 0.62% -
HSV(B) 16.78º 0.55% 0.85% -
XYZ 38.64 31.71 15.64 -
YUV 152.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 216 131 98 0 0.39 0.55 0.15 16.78 0.6 0.62
Hex D8 83 62 0 27 37 F 11 3C 3E
Octal 330 203 142 0 47 67 17 21 74 76
Binary 11011000 10000011 1100010 0 100111 110111 1111 10001 111100 111110

Color Harmonies of #D88362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88362

Black with #D88362

Text Example


Text Example

White with #D88362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88362; }

 p { color: rgb(216,131,98); }

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

background-color css

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

 a { background-color: rgb(216,131,98); }

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

border-color css

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

 span { border-color: rgb(216,131,98); }

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