Html Css Color HEX #D48064 Burning Sand

📋 copy color: '#D48064'

red 212 ◦ green 128 ◦ blue 100

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

Shades of Burning Sand #D48064

Tints of Burning Sand #D48064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.09%

 BLUE value IS 100 (39.45% from 255) = 22.73%

R = 48.18%
G = 29.09%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D48064 (or 0xD48064) is known color: Burning Sand. HEX triplet: D4, 80 and 64. RGB value is (212,128,100). Sum of RGB (Red+Green+Blue) = 212+128+100=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D48064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48064 is #2B7F9B. Grayscale: #969696. Windows color (decimal): -2850716 or 6586580. OLE color: 6586580.

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

Color convert

RGB 212 128 100 -
CMYK 0 0.40 0.53 0.17
HSL 15º 0.57% 0.61% -
HSV(B) 15º 0.53% 0.83% -
XYZ 37.17 30.36 15.96 -
YUV 149.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 212 128 100 0 0.40 0.53 0.17 15 0.57 0.61
Hex D4 80 64 0 28 35 11 F 39 3D
Octal 324 200 144 0 50 65 21 17 71 75
Binary 11010100 10000000 1100100 0 101000 110101 10001 1111 111001 111101

Color Harmonies of #D48064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48064

Black with #D48064

Text Example


Text Example

White with #D48064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48064; }

 p { color: rgb(212,128,100); }

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

background-color css

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

 a { background-color: rgb(212,128,100); }

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

border-color css

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

 span { border-color: rgb(212,128,100); }

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