Html Css Color HEX #D48068 Burning Sand

📋 copy color: '#D48068'

red 212 ◦ green 128 ◦ blue 104

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

Shades of Burning Sand #D48068

Tints of Burning Sand #D48068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.42%

R = 47.75%
G = 28.83%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D48068 (or 0xD48068) is known color: Burning Sand. HEX triplet: D4, 80 and 68. RGB value is (212,128,104). Sum of RGB (Red+Green+Blue) = 212+128+104=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D48068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48068 is #2B7F97. Grayscale: #969696. Windows color (decimal): -2850712 or 6848724. OLE color: 6848724.

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

Color convert

RGB 212 128 104 -
CMYK 0 0.40 0.51 0.17
HSL 13.33º 0.56% 0.62% -
HSV(B) 13.33º 0.51% 0.83% -
XYZ 37.37 30.43 17 -
YUV 150.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 212 128 104 0 0.40 0.51 0.17 13.33 0.56 0.62
Hex D4 80 68 0 28 33 11 D 38 3E
Octal 324 200 150 0 50 63 21 15 70 76
Binary 11010100 10000000 1101000 0 101000 110011 10001 1101 111000 111110

Color Harmonies of #D48068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48068

Black with #D48068

Text Example


Text Example

White with #D48068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48068; }

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

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

background-color css

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

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

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

border-color css

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

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

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