Html Css Color HEX #D38357 Burning Sand

📋 copy color: '#D38357'

red 211 ◦ green 131 ◦ blue 87

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

Shades of Burning Sand #D38357

Tints of Burning Sand #D38357

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.54%

 BLUE value IS 87 (34.38% from 255) = 20.28%

R = 49.18%
G = 30.54%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D38357 (or 0xD38357) is known color: Burning Sand. HEX triplet: D3, 83 and 57. RGB value is (211,131,87). Sum of RGB (Red+Green+Blue) = 211+131+87=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D38357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38357 is #2C7CA8. Grayscale: #969696. Windows color (decimal): -2915497 or 5735379. OLE color: 5735379.

HSL color Cylindrical-coordinate representation of color #D38357: hue angle of 21.29º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D38357 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 131 87 -
CMYK 0 0.38 0.59 0.17
HSL 21.29º 0.58% 0.58% -
HSV(B) 21.29º 0.59% 0.83% -
XYZ 36.7 30.77 13.02 -
YUV 149.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 211 131 87 0 0.38 0.59 0.17 21.29 0.58 0.58
Hex D3 83 57 0 26 3B 11 15 3A 3A
Octal 323 203 127 0 46 73 21 25 72 72
Binary 11010011 10000011 1010111 0 100110 111011 10001 10101 111010 111010

Color Harmonies of #D38357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38357

Black with #D38357

Text Example


Text Example

White with #D38357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38357; }

 p { color: rgb(211,131,87); }

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

background-color css

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

 a { background-color: rgb(211,131,87); }

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

border-color css

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

 span { border-color: rgb(211,131,87); }

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