Html Css Color HEX #D0835C Burning Sand

📋 copy color: '#D0835C'

red 208 ◦ green 131 ◦ blue 92

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

Shades of Burning Sand #D0835C

Tints of Burning Sand #D0835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.35%

R = 48.26%
G = 30.39%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0835C (or 0xD0835C) is known color: Burning Sand. HEX triplet: D0, 83 and 5C. RGB value is (208,131,92). Sum of RGB (Red+Green+Blue) = 208+131+92=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0835C is #2F7CA3. Grayscale: #959595. Windows color (decimal): -3112100 or 6063056. OLE color: 6063056.

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

Color convert

RGB 208 131 92 -
CMYK 0 0.37 0.56 0.18
HSL 20.17º 0.55% 0.59% -
HSV(B) 20.17º 0.56% 0.82% -
XYZ 36.06 30.42 14.1 -
YUV 149.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 208 131 92 0 0.37 0.56 0.18 20.17 0.55 0.59
Hex D0 83 5C 0 25 38 12 14 37 3B
Octal 320 203 134 0 45 70 22 24 67 73
Binary 11010000 10000011 1011100 0 100101 111000 10010 10100 110111 111011

Color Harmonies of #D0835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0835C

Black with #D0835C

Text Example


Text Example

White with #D0835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0835C; }

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

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

background-color css

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

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

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

border-color css

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

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

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