Html Css Color HEX #D48762 Burning Sand

📋 copy color: '#D48762'

red 212 ◦ green 135 ◦ blue 98

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

Shades of Burning Sand #D48762

Tints of Burning Sand #D48762

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.34%

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

R = 47.64%
G = 30.34%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D48762 (or 0xD48762) is known color: Burning Sand. HEX triplet: D4, 87 and 62. RGB value is (212,135,98). Sum of RGB (Red+Green+Blue) = 212+135+98=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D48762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48762 is #2B789D. Grayscale: #9A9A9A. Windows color (decimal): -2848926 or 6457300. OLE color: 6457300.

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

Color convert

RGB 212 135 98 -
CMYK 0 0.36 0.54 0.17
HSL 19.47º 0.57% 0.61% -
HSV(B) 19.47º 0.54% 0.83% -
XYZ 38.02 32.21 15.77 -
YUV 153.81 96.51 169.51 -
System Red Green Blue C M Y K H S L
Decimal 212 135 98 0 0.36 0.54 0.17 19.47 0.57 0.61
Hex D4 87 62 0 24 36 11 13 39 3D
Octal 324 207 142 0 44 66 21 23 71 75
Binary 11010100 10000111 1100010 0 100100 110110 10001 10011 111001 111101

Color Harmonies of #D48762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48762

Black with #D48762

Text Example


Text Example

White with #D48762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48762; }

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

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

background-color css

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

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

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

border-color css

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

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

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