Html Css Color HEX #D38861 Burning Sand

📋 copy color: '#D38861'

red 211 ◦ green 136 ◦ blue 97

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

Shades of Burning Sand #D38861

Tints of Burning Sand #D38861

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.63%

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

R = 47.52%
G = 30.63%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D38861 (or 0xD38861) is known color: Burning Sand. HEX triplet: D3, 88 and 61. RGB value is (211,136,97). Sum of RGB (Red+Green+Blue) = 211+136+97=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D38861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38861 is #2C779E. Grayscale: #9A9A9A. Windows color (decimal): -2914207 or 6392019. OLE color: 6392019.

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

Color convert

RGB 211 136 97 -
CMYK 0 0.36 0.54 0.17
HSL 20.53º 0.56% 0.6% -
HSV(B) 20.53º 0.54% 0.83% -
XYZ 37.83 32.32 15.55 -
YUV 153.98 95.85 168.67 -
System Red Green Blue C M Y K H S L
Decimal 211 136 97 0 0.36 0.54 0.17 20.53 0.56 0.6
Hex D3 88 61 0 24 36 11 15 38 3C
Octal 323 210 141 0 44 66 21 25 70 74
Binary 11010011 10001000 1100001 0 100100 110110 10001 10101 111000 111100

Color Harmonies of #D38861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38861

Black with #D38861

Text Example


Text Example

White with #D38861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38861; }

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

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

background-color css

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

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

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

border-color css

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

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

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