Html Css Color HEX #D5825B Burning Sand

📋 copy color: '#D5825B'

red 213 ◦ green 130 ◦ blue 91

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

Shades of Burning Sand #D5825B

Tints of Burning Sand #D5825B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.95%

 BLUE value IS 91 (35.94% from 255) = 20.97%

R = 49.08%
G = 29.95%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5825B (or 0xD5825B) is known color: Burning Sand. HEX triplet: D5, 82 and 5B. RGB value is (213,130,91). Sum of RGB (Red+Green+Blue) = 213+130+91=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5825B is #2A7DA4. Grayscale: #969696. Windows color (decimal): -2784677 or 5997269. OLE color: 5997269.

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

Color convert

RGB 213 130 91 -
CMYK 0 0.39 0.57 0.16
HSL 19.18º 0.59% 0.6% -
HSV(B) 19.18º 0.57% 0.84% -
XYZ 37.31 30.87 13.89 -
YUV 150.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 213 130 91 0 0.39 0.57 0.16 19.18 0.59 0.6
Hex D5 82 5B 0 27 39 10 13 3B 3C
Octal 325 202 133 0 47 71 20 23 73 74
Binary 11010101 10000010 1011011 0 100111 111001 10000 10011 111011 111100

Color Harmonies of #D5825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5825B

Black with #D5825B

Text Example


Text Example

White with #D5825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5825B; }

 p { color: rgb(213,130,91); }

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

background-color css

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

 a { background-color: rgb(213,130,91); }

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

border-color css

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

 span { border-color: rgb(213,130,91); }

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