Html Css Color HEX #D48568 Burning Sand

📋 copy color: '#D48568'

red 212 ◦ green 133 ◦ blue 104

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

Shades of Burning Sand #D48568

Tints of Burning Sand #D48568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.62%

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

R = 47.22%
G = 29.62%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D48568 (or 0xD48568) is known color: Burning Sand. HEX triplet: D4, 85 and 68. RGB value is (212,133,104). Sum of RGB (Red+Green+Blue) = 212+133+104=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D48568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48568 is #2B7A97. Grayscale: #999999. Windows color (decimal): -2849432 or 6850004. OLE color: 6850004.

HSL color Cylindrical-coordinate representation of color #D48568: hue angle of 16.11º 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 #D48568 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 133 104 -
CMYK 0 0.37 0.51 0.17
HSL 16.11º 0.56% 0.62% -
HSV(B) 16.11º 0.51% 0.83% -
XYZ 38.04 31.77 17.22 -
YUV 153.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 212 133 104 0 0.37 0.51 0.17 16.11 0.56 0.62
Hex D4 85 68 0 25 33 11 10 38 3E
Octal 324 205 150 0 45 63 21 20 70 76
Binary 11010100 10000101 1101000 0 100101 110011 10001 10000 111000 111110

Color Harmonies of #D48568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48568

Black with #D48568

Text Example


Text Example

White with #D48568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48568; }

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

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

background-color css

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

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

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

border-color css

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

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

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