Html Css Color HEX #D88066 Burning Sand

📋 copy color: '#D88066'

red 216 ◦ green 128 ◦ blue 102

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

Shades of Burning Sand #D88066

Tints of Burning Sand #D88066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.87%

R = 48.43%
G = 28.7%
B = 22.87%

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

#D88066 (or 0xD88066) is known color: Burning Sand. HEX triplet: D8, 80 and 66. RGB value is (216,128,102). Sum of RGB (Red+Green+Blue) = 216+128+102=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D88066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88066 is #277F99. Grayscale: #979797. Windows color (decimal): -2588570 or 6717656. OLE color: 6717656.

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

Color convert

RGB 216 128 102 -
CMYK 0 0.41 0.53 0.15
HSL 13.68º 0.59% 0.62% -
HSV(B) 13.68º 0.53% 0.85% -
XYZ 38.44 31 16.53 -
YUV 151.35 100.15 174.11 -
System Red Green Blue C M Y K H S L
Decimal 216 128 102 0 0.41 0.53 0.15 13.68 0.59 0.62
Hex D8 80 66 0 29 35 F E 3B 3E
Octal 330 200 146 0 51 65 17 16 73 76
Binary 11011000 10000000 1100110 0 101001 110101 1111 1110 111011 111110

Color Harmonies of #D88066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88066

Black with #D88066

Text Example


Text Example

White with #D88066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88066; }

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

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

background-color css

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

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

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

border-color css

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

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

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