Html Css Color HEX #D1826C Burning Sand

📋 copy color: '#D1826C'

red 209 ◦ green 130 ◦ blue 108

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

Shades of Burning Sand #D1826C

Tints of Burning Sand #D1826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.16%

R = 46.76%
G = 29.08%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1826C (or 0xD1826C) is known color: Burning Sand. HEX triplet: D1, 82 and 6C. RGB value is (209,130,108). Sum of RGB (Red+Green+Blue) = 209+130+108=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1826C is #2E7D93. Grayscale: #979797. Windows color (decimal): -3046804 or 7111377. OLE color: 7111377.

HSL color Cylindrical-coordinate representation of color #D1826C: hue angle of 13.07º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1826C is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 130 108 -
CMYK 0 0.38 0.48 0.18
HSL 13.07º 0.52% 0.62% -
HSV(B) 13.07º 0.48% 0.82% -
XYZ 36.98 30.6 18.15 -
YUV 151.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 209 130 108 0 0.38 0.48 0.18 13.07 0.52 0.62
Hex D1 82 6C 0 26 30 12 D 34 3E
Octal 321 202 154 0 46 60 22 15 64 76
Binary 11010001 10000010 1101100 0 100110 110000 10010 1101 110100 111110

Color Harmonies of #D1826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1826C

Black with #D1826C

Text Example


Text Example

White with #D1826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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