Html Css Color HEX #D48261 Burning Sand

📋 copy color: '#D48261'

red 212 ◦ green 130 ◦ blue 97

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

Shades of Burning Sand #D48261

Tints of Burning Sand #D48261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.61%

 BLUE value IS 97 (38.28% from 255) = 22.1%

R = 48.29%
G = 29.61%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D48261 (or 0xD48261) is known color: Burning Sand. HEX triplet: D4, 82 and 61. RGB value is (212,130,97). Sum of RGB (Red+Green+Blue) = 212+130+97=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D48261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48261 is #2B7D9E. Grayscale: #969696. Windows color (decimal): -2850207 or 6390484. OLE color: 6390484.

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

Color convert

RGB 212 130 97 -
CMYK 0 0.39 0.54 0.17
HSL 17.22º 0.57% 0.61% -
HSV(B) 17.22º 0.54% 0.83% -
XYZ 37.29 30.83 15.29 -
YUV 150.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 212 130 97 0 0.39 0.54 0.17 17.22 0.57 0.61
Hex D4 82 61 0 27 36 11 11 39 3D
Octal 324 202 141 0 47 66 21 21 71 75
Binary 11010100 10000010 1100001 0 100111 110110 10001 10001 111001 111101

Color Harmonies of #D48261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48261

Black with #D48261

Text Example


Text Example

White with #D48261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48261; }

 p { color: rgb(212,130,97); }

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

background-color css

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

 a { background-color: rgb(212,130,97); }

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

border-color css

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

 span { border-color: rgb(212,130,97); }

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