Html Css Color HEX #D48660 Burning Sand

📋 copy color: '#D48660'

red 212 ◦ green 134 ◦ blue 96

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

Shades of Burning Sand #D48660

Tints of Burning Sand #D48660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.32%

 BLUE value IS 96 (37.89% from 255) = 21.72%

R = 47.96%
G = 30.32%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D48660 (or 0xD48660) is known color: Burning Sand. HEX triplet: D4, 86 and 60. RGB value is (212,134,96). Sum of RGB (Red+Green+Blue) = 212+134+96=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D48660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48660 is #2B799F. Grayscale: #999999. Windows color (decimal): -2849184 or 6325972. OLE color: 6325972.

HSL color Cylindrical-coordinate representation of color #D48660: hue angle of 19.66º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D48660 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 134 96 -
CMYK 0 0.37 0.55 0.17
HSL 19.66º 0.57% 0.6% -
HSV(B) 19.66º 0.55% 0.83% -
XYZ 37.79 31.89 15.23 -
YUV 152.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 212 134 96 0 0.37 0.55 0.17 19.66 0.57 0.6
Hex D4 86 60 0 25 37 11 14 39 3C
Octal 324 206 140 0 45 67 21 24 71 74
Binary 11010100 10000110 1100000 0 100101 110111 10001 10100 111001 111100

Color Harmonies of #D48660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48660

Black with #D48660

Text Example


Text Example

White with #D48660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48660; }

 p { color: rgb(212,134,96); }

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

background-color css

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

 a { background-color: rgb(212,134,96); }

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

border-color css

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

 span { border-color: rgb(212,134,96); }

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