Html Css Color HEX #D88265 Burning Sand

📋 copy color: '#D88265'

red 216 ◦ green 130 ◦ blue 101

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

Shades of Burning Sand #D88265

Tints of Burning Sand #D88265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.6%

R = 48.32%
G = 29.08%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D88265 (or 0xD88265) is known color: Burning Sand. HEX triplet: D8, 82 and 65. RGB value is (216,130,101). Sum of RGB (Red+Green+Blue) = 216+130+101=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D88265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88265 is #277D9A. Grayscale: #989898. Windows color (decimal): -2588059 or 6652632. OLE color: 6652632.

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

Color convert

RGB 216 130 101 -
CMYK 0 0.40 0.53 0.15
HSL 15.13º 0.6% 0.62% -
HSV(B) 15.13º 0.53% 0.85% -
XYZ 38.65 31.5 16.36 -
YUV 152.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 216 130 101 0 0.40 0.53 0.15 15.13 0.6 0.62
Hex D8 82 65 0 28 35 F F 3C 3E
Octal 330 202 145 0 50 65 17 17 74 76
Binary 11011000 10000010 1100101 0 101000 110101 1111 1111 111100 111110

Color Harmonies of #D88265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88265

Black with #D88265

Text Example


Text Example

White with #D88265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88265; }

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

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

background-color css

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

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

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

border-color css

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

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

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