Html Css Color HEX #D1825B Burning Sand

📋 copy color: '#D1825B'

red 209 ◦ green 130 ◦ blue 91

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

Shades of Burning Sand #D1825B

Tints of Burning Sand #D1825B

RGB

 RED value IS 209 (82.03% from 255) = 48.6%

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

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

R = 48.6%
G = 30.23%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1825B (or 0xD1825B) is known color: Burning Sand. HEX triplet: D1, 82 and 5B. RGB value is (209,130,91). Sum of RGB (Red+Green+Blue) = 209+130+91=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1825B is #2E7DA4. Grayscale: #959595. Windows color (decimal): -3046821 or 5997265. OLE color: 5997265.

HSL color Cylindrical-coordinate representation of color #D1825B: hue angle of 19.83º degrees, saturation: 0.56, 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 #D1825B is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 130 91 -
CMYK 0 0.38 0.56 0.18
HSL 19.83º 0.56% 0.59% -
HSV(B) 19.83º 0.56% 0.82% -
XYZ 36.17 30.28 13.84 -
YUV 149.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 209 130 91 0 0.38 0.56 0.18 19.83 0.56 0.59
Hex D1 82 5B 0 26 38 12 14 38 3B
Octal 321 202 133 0 46 70 22 24 70 73
Binary 11010001 10000010 1011011 0 100110 111000 10010 10100 111000 111011

Color Harmonies of #D1825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1825B

Black with #D1825B

Text Example


Text Example

White with #D1825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1825B; }

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

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

background-color css

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

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

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

border-color css

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

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

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