Html Css Color HEX #D0835D Burning Sand

📋 copy color: '#D0835D'

red 208 ◦ green 131 ◦ blue 93

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

Shades of Burning Sand #D0835D

Tints of Burning Sand #D0835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 48.15%
G = 30.32%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0835D (or 0xD0835D) is known color: Burning Sand. HEX triplet: D0, 83 and 5D. RGB value is (208,131,93). Sum of RGB (Red+Green+Blue) = 208+131+93=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0835D is #2F7CA2. Grayscale: #959595. Windows color (decimal): -3112099 or 6128592. OLE color: 6128592.

HSL color Cylindrical-coordinate representation of color #D0835D: hue angle of 19.83º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0835D is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 131 93 -
CMYK 0 0.37 0.55 0.18
HSL 19.83º 0.55% 0.59% -
HSV(B) 19.83º 0.55% 0.82% -
XYZ 36.1 30.43 14.33 -
YUV 149.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 208 131 93 0 0.37 0.55 0.18 19.83 0.55 0.59
Hex D0 83 5D 0 25 37 12 14 37 3B
Octal 320 203 135 0 45 67 22 24 67 73
Binary 11010000 10000011 1011101 0 100101 110111 10010 10100 110111 111011

Color Harmonies of #D0835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0835D

Black with #D0835D

Text Example


Text Example

White with #D0835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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