Html Css Color HEX #D38961 Burning Sand

📋 copy color: '#D38961'

red 211 ◦ green 137 ◦ blue 97

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

Shades of Burning Sand #D38961

Tints of Burning Sand #D38961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.79%

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

R = 47.42%
G = 30.79%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D38961 (or 0xD38961) is known color: Burning Sand. HEX triplet: D3, 89 and 61. RGB value is (211,137,97). Sum of RGB (Red+Green+Blue) = 211+137+97=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D38961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38961 is #2C769E. Grayscale: #9A9A9A. Windows color (decimal): -2913951 or 6392275. OLE color: 6392275.

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

Color convert

RGB 211 137 97 -
CMYK 0 0.35 0.54 0.17
HSL 21.05º 0.56% 0.6% -
HSV(B) 21.05º 0.54% 0.83% -
XYZ 37.97 32.6 15.6 -
YUV 154.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 211 137 97 0 0.35 0.54 0.17 21.05 0.56 0.6
Hex D3 89 61 0 23 36 11 15 38 3C
Octal 323 211 141 0 43 66 21 25 70 74
Binary 11010011 10001001 1100001 0 100011 110110 10001 10101 111000 111100

Color Harmonies of #D38961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38961

Black with #D38961

Text Example


Text Example

White with #D38961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38961; }

 p { color: rgb(211,137,97); }

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

background-color css

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

 a { background-color: rgb(211,137,97); }

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

border-color css

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

 span { border-color: rgb(211,137,97); }

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