Html Css Color HEX #D5865C Burning Sand

📋 copy color: '#D5865C'

red 213 ◦ green 134 ◦ blue 92

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

Shades of Burning Sand #D5865C

Tints of Burning Sand #D5865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.52%

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

R = 48.52%
G = 30.52%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5865C (or 0xD5865C) is known color: Burning Sand. HEX triplet: D5, 86 and 5C. RGB value is (213,134,92). Sum of RGB (Red+Green+Blue) = 213+134+92=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5865C is #2A79A3. Grayscale: #999999. Windows color (decimal): -2783652 or 6063829. OLE color: 6063829.

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

Color convert

RGB 213 134 92 -
CMYK 0 0.37 0.57 0.16
HSL 20.83º 0.59% 0.6% -
HSV(B) 20.83º 0.57% 0.84% -
XYZ 37.9 31.97 14.3 -
YUV 152.83 93.67 170.92 -
System Red Green Blue C M Y K H S L
Decimal 213 134 92 0 0.37 0.57 0.16 20.83 0.59 0.6
Hex D5 86 5C 0 25 39 10 15 3B 3C
Octal 325 206 134 0 45 71 20 25 73 74
Binary 11010101 10000110 1011100 0 100101 111001 10000 10101 111011 111100

Color Harmonies of #D5865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5865C

Black with #D5865C

Text Example


Text Example

White with #D5865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5865C; }

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

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

background-color css

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

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

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

border-color css

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

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

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