Html Css Color HEX #D48466 Burning Sand

📋 copy color: '#D48466'

red 212 ◦ green 132 ◦ blue 102

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

Shades of Burning Sand #D48466

Tints of Burning Sand #D48466

RGB

 RED value IS 212 (83.2% from 255) = 47.53%

 GREEN value IS 132 (51.95% from 255) = 29.6%

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

R = 47.53%
G = 29.6%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D48466 (or 0xD48466) is known color: Burning Sand. HEX triplet: D4, 84 and 66. RGB value is (212,132,102). Sum of RGB (Red+Green+Blue) = 212+132+102=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D48466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48466 is #2B7B99. Grayscale: #989898. Windows color (decimal): -2849690 or 6718676. OLE color: 6718676.

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

Color convert

RGB 212 132 102 -
CMYK 0 0.38 0.52 0.17
HSL 16.36º 0.56% 0.62% -
HSV(B) 16.36º 0.52% 0.83% -
XYZ 37.8 31.46 16.65 -
YUV 152.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 212 132 102 0 0.38 0.52 0.17 16.36 0.56 0.62
Hex D4 84 66 0 26 34 11 10 38 3E
Octal 324 204 146 0 46 64 21 20 70 76
Binary 11010100 10000100 1100110 0 100110 110100 10001 10000 111000 111110

Color Harmonies of #D48466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48466

Black with #D48466

Text Example


Text Example

White with #D48466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48466; }

 p { color: rgb(212,132,102); }

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

background-color css

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

 a { background-color: rgb(212,132,102); }

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

border-color css

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

 span { border-color: rgb(212,132,102); }

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