Html Css Color HEX #D38865 Burning Sand

📋 copy color: '#D38865'

red 211 ◦ green 136 ◦ blue 101

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

Shades of Burning Sand #D38865

Tints of Burning Sand #D38865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.54%

R = 47.1%
G = 30.36%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D38865 (or 0xD38865) is known color: Burning Sand. HEX triplet: D3, 88 and 65. RGB value is (211,136,101). Sum of RGB (Red+Green+Blue) = 211+136+101=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D38865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38865 is #2C779A. Grayscale: #9A9A9A. Windows color (decimal): -2914203 or 6654163. OLE color: 6654163.

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

Color convert

RGB 211 136 101 -
CMYK 0 0.36 0.52 0.17
HSL 19.09º 0.56% 0.61% -
HSV(B) 19.09º 0.52% 0.83% -
XYZ 38.02 32.4 16.56 -
YUV 154.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 211 136 101 0 0.36 0.52 0.17 19.09 0.56 0.61
Hex D3 88 65 0 24 34 11 13 38 3D
Octal 323 210 145 0 44 64 21 23 70 75
Binary 11010011 10001000 1100101 0 100100 110100 10001 10011 111000 111101

Color Harmonies of #D38865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38865

Black with #D38865

Text Example


Text Example

White with #D38865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38865; }

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

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

background-color css

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

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

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

border-color css

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

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

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