Html Css Color HEX #D08365 Burning Sand

📋 copy color: '#D08365'

red 208 ◦ green 131 ◦ blue 101

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

Shades of Burning Sand #D08365

Tints of Burning Sand #D08365

RGB

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

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

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

R = 47.27%
G = 29.77%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D08365 (or 0xD08365) is known color: Burning Sand. HEX triplet: D0, 83 and 65. RGB value is (208,131,101). Sum of RGB (Red+Green+Blue) = 208+131+101=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D08365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08365 is #2F7C9A. Grayscale: #969696. Windows color (decimal): -3112091 or 6652880. OLE color: 6652880.

HSL color Cylindrical-coordinate representation of color #D08365: hue angle of 16.82º 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 #D08365 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 131 101 -
CMYK 0 0.37 0.51 0.18
HSL 16.82º 0.53% 0.61% -
HSV(B) 16.82º 0.51% 0.82% -
XYZ 36.48 30.58 16.29 -
YUV 150.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 208 131 101 0 0.37 0.51 0.18 16.82 0.53 0.61
Hex D0 83 65 0 25 33 12 11 35 3D
Octal 320 203 145 0 45 63 22 21 65 75
Binary 11010000 10000011 1100101 0 100101 110011 10010 10001 110101 111101

Color Harmonies of #D08365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08365

Black with #D08365

Text Example


Text Example

White with #D08365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08365; }

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

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

background-color css

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

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

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

border-color css

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

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

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