Html Css Color HEX #D48062 Burning Sand

📋 copy color: '#D48062'

red 212 ◦ green 128 ◦ blue 98

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

Shades of Burning Sand #D48062

Tints of Burning Sand #D48062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.37%

R = 48.4%
G = 29.22%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D48062 (or 0xD48062) is known color: Burning Sand. HEX triplet: D4, 80 and 62. RGB value is (212,128,98). Sum of RGB (Red+Green+Blue) = 212+128+98=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D48062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48062 is #2B7F9D. Grayscale: #959595. Windows color (decimal): -2850718 or 6455508. OLE color: 6455508.

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

Color convert

RGB 212 128 98 -
CMYK 0 0.40 0.54 0.17
HSL 15.79º 0.57% 0.61% -
HSV(B) 15.79º 0.54% 0.83% -
XYZ 37.08 30.32 15.45 -
YUV 149.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 212 128 98 0 0.40 0.54 0.17 15.79 0.57 0.61
Hex D4 80 62 0 28 36 11 10 39 3D
Octal 324 200 142 0 50 66 21 20 71 75
Binary 11010100 10000000 1100010 0 101000 110110 10001 10000 111001 111101

Color Harmonies of #D48062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48062

Black with #D48062

Text Example


Text Example

White with #D48062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48062; }

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

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

background-color css

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

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

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

border-color css

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

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

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