Html Css Color HEX #D18266 Burning Sand

📋 copy color: '#D18266'

red 209 ◦ green 130 ◦ blue 102

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

Shades of Burning Sand #D18266

Tints of Burning Sand #D18266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.13%

R = 47.39%
G = 29.48%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D18266 (or 0xD18266) is known color: Burning Sand. HEX triplet: D1, 82 and 66. RGB value is (209,130,102). Sum of RGB (Red+Green+Blue) = 209+130+102=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D18266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18266 is #2E7D99. Grayscale: #969696. Windows color (decimal): -3046810 or 6718161. OLE color: 6718161.

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

Color convert

RGB 209 130 102 -
CMYK 0 0.38 0.51 0.18
HSL 15.7º 0.54% 0.61% -
HSV(B) 15.7º 0.51% 0.82% -
XYZ 36.68 30.48 16.52 -
YUV 150.43 100.67 169.78 -
System Red Green Blue C M Y K H S L
Decimal 209 130 102 0 0.38 0.51 0.18 15.7 0.54 0.61
Hex D1 82 66 0 26 33 12 10 36 3D
Octal 321 202 146 0 46 63 22 20 66 75
Binary 11010001 10000010 1100110 0 100110 110011 10010 10000 110110 111101

Color Harmonies of #D18266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18266

Black with #D18266

Text Example


Text Example

White with #D18266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18266; }

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

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

background-color css

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

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

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

border-color css

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

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

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