Html Css Color HEX #D38460 Burning Sand

📋 copy color: '#D38460'

red 211 ◦ green 132 ◦ blue 96

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

Shades of Burning Sand #D38460

Tints of Burning Sand #D38460

RGB

 RED value IS 211 (82.81% from 255) = 48.06%

 GREEN value IS 132 (51.95% from 255) = 30.07%

 BLUE value IS 96 (37.89% from 255) = 21.87%

R = 48.06%
G = 30.07%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D38460 (or 0xD38460) is known color: Burning Sand. HEX triplet: D3, 84 and 60. RGB value is (211,132,96). Sum of RGB (Red+Green+Blue) = 211+132+96=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D38460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38460 is #2C7B9F. Grayscale: #979797. Windows color (decimal): -2915232 or 6325459. OLE color: 6325459.

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

Color convert

RGB 211 132 96 -
CMYK 0 0.37 0.55 0.17
HSL 18.78º 0.57% 0.6% -
HSV(B) 18.78º 0.55% 0.83% -
XYZ 37.23 31.2 15.13 -
YUV 151.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 211 132 96 0 0.37 0.55 0.17 18.78 0.57 0.6
Hex D3 84 60 0 25 37 11 13 39 3C
Octal 323 204 140 0 45 67 21 23 71 74
Binary 11010011 10000100 1100000 0 100101 110111 10001 10011 111001 111100

Color Harmonies of #D38460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38460

Black with #D38460

Text Example


Text Example

White with #D38460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38460; }

 p { color: rgb(211,132,96); }

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

background-color css

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

 a { background-color: rgb(211,132,96); }

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

border-color css

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

 span { border-color: rgb(211,132,96); }

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