Html Css Color HEX #D5835C Burning Sand

📋 copy color: '#D5835C'

red 213 ◦ green 131 ◦ blue 92

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

Shades of Burning Sand #D5835C

Tints of Burning Sand #D5835C

RGB

 RED value IS 213 (83.59% from 255) = 48.85%

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

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

R = 48.85%
G = 30.05%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5835C (or 0xD5835C) is known color: Burning Sand. HEX triplet: D5, 83 and 5C. RGB value is (213,131,92). Sum of RGB (Red+Green+Blue) = 213+131+92=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5835C is #2A7CA3. Grayscale: #979797. Windows color (decimal): -2784420 or 6063061. OLE color: 6063061.

HSL color Cylindrical-coordinate representation of color #D5835C: hue angle of 19.34º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5835C is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 92 -
CMYK 0 0.38 0.57 0.16
HSL 19.34º 0.59% 0.6% -
HSV(B) 19.34º 0.57% 0.84% -
XYZ 37.49 31.15 14.16 -
YUV 151.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 213 131 92 0 0.38 0.57 0.16 19.34 0.59 0.6
Hex D5 83 5C 0 26 39 10 13 3B 3C
Octal 325 203 134 0 46 71 20 23 73 74
Binary 11010101 10000011 1011100 0 100110 111001 10000 10011 111011 111100

Color Harmonies of #D5835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5835C

Black with #D5835C

Text Example


Text Example

White with #D5835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5835C; }

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

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

background-color css

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

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

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

border-color css

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

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

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