Html Css Color HEX #D08565 Burning Sand

📋 copy color: '#D08565'

red 208 ◦ green 133 ◦ blue 101

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

Shades of Burning Sand #D08565

Tints of Burning Sand #D08565

RGB

 RED value IS 208 (81.64% from 255) = 47.06%

 GREEN value IS 133 (52.34% from 255) = 30.09%

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

R = 47.06%
G = 30.09%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D08565 (or 0xD08565) is known color: Burning Sand. HEX triplet: D0, 85 and 65. RGB value is (208,133,101). Sum of RGB (Red+Green+Blue) = 208+133+101=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D08565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08565 is #2F7A9A. Grayscale: #979797. Windows color (decimal): -3111579 or 6653392. OLE color: 6653392.

HSL color Cylindrical-coordinate representation of color #D08565: hue angle of 17.94º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D08565 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 133 101 -
CMYK 0 0.36 0.51 0.18
HSL 17.94º 0.53% 0.61% -
HSV(B) 17.94º 0.51% 0.82% -
XYZ 36.75 31.12 16.38 -
YUV 151.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 208 133 101 0 0.36 0.51 0.18 17.94 0.53 0.61
Hex D0 85 65 0 24 33 12 12 35 3D
Octal 320 205 145 0 44 63 22 22 65 75
Binary 11010000 10000101 1100101 0 100100 110011 10010 10010 110101 111101

Color Harmonies of #D08565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08565

Black with #D08565

Text Example


Text Example

White with #D08565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08565; }

 p { color: rgb(208,133,101); }

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

background-color css

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

 a { background-color: rgb(208,133,101); }

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

border-color css

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

 span { border-color: rgb(208,133,101); }

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