Html Css Color HEX #D88065 Burning Sand

📋 copy color: '#D88065'

red 216 ◦ green 128 ◦ blue 101

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

Shades of Burning Sand #D88065

Tints of Burning Sand #D88065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.76%

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

R = 48.54%
G = 28.76%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D88065 (or 0xD88065) is known color: Burning Sand. HEX triplet: D8, 80 and 65. RGB value is (216,128,101). Sum of RGB (Red+Green+Blue) = 216+128+101=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D88065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88065 is #277F9A. Grayscale: #979797. Windows color (decimal): -2588571 or 6652120. OLE color: 6652120.

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

Color convert

RGB 216 128 101 -
CMYK 0 0.41 0.53 0.15
HSL 14.09º 0.6% 0.62% -
HSV(B) 14.09º 0.53% 0.85% -
XYZ 38.39 30.98 16.27 -
YUV 151.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 216 128 101 0 0.41 0.53 0.15 14.09 0.6 0.62
Hex D8 80 65 0 29 35 F E 3C 3E
Octal 330 200 145 0 51 65 17 16 74 76
Binary 11011000 10000000 1100101 0 101001 110101 1111 1110 111100 111110

Color Harmonies of #D88065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88065

Black with #D88065

Text Example


Text Example

White with #D88065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88065; }

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

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

background-color css

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

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

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

border-color css

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

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

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