Html Css Color HEX #D38464 Burning Sand

📋 copy color: '#D38464'

red 211 ◦ green 132 ◦ blue 100

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

Shades of Burning Sand #D38464

Tints of Burning Sand #D38464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.57%

R = 47.63%
G = 29.8%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D38464 (or 0xD38464) is known color: Burning Sand. HEX triplet: D3, 84 and 64. RGB value is (211,132,100). Sum of RGB (Red+Green+Blue) = 211+132+100=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D38464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38464 is #2C7B9B. Grayscale: #989898. Windows color (decimal): -2915228 or 6587603. OLE color: 6587603.

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

Color convert

RGB 211 132 100 -
CMYK 0 0.37 0.53 0.17
HSL 17.3º 0.56% 0.61% -
HSV(B) 17.3º 0.53% 0.83% -
XYZ 37.42 31.27 16.12 -
YUV 151.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 211 132 100 0 0.37 0.53 0.17 17.3 0.56 0.61
Hex D3 84 64 0 25 35 11 11 38 3D
Octal 323 204 144 0 45 65 21 21 70 75
Binary 11010011 10000100 1100100 0 100101 110101 10001 10001 111000 111101

Color Harmonies of #D38464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38464

Black with #D38464

Text Example


Text Example

White with #D38464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38464; }

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

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

background-color css

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

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

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

border-color css

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

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

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