Html Css Color HEX #D38864 Burning Sand

📋 copy color: '#D38864'

red 211 ◦ green 136 ◦ blue 100

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

Shades of Burning Sand #D38864

Tints of Burning Sand #D38864

RGB

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

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

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

R = 47.2%
G = 30.43%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D38864 (or 0xD38864) is known color: Burning Sand. HEX triplet: D3, 88 and 64. RGB value is (211,136,100). Sum of RGB (Red+Green+Blue) = 211+136+100=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D38864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38864 is #2C779B. Grayscale: #9A9A9A. Windows color (decimal): -2914204 or 6588627. OLE color: 6588627.

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

Color convert

RGB 211 136 100 -
CMYK 0 0.36 0.53 0.17
HSL 19.46º 0.56% 0.61% -
HSV(B) 19.46º 0.53% 0.83% -
XYZ 37.97 32.38 16.3 -
YUV 154.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 211 136 100 0 0.36 0.53 0.17 19.46 0.56 0.61
Hex D3 88 64 0 24 35 11 13 38 3D
Octal 323 210 144 0 44 65 21 23 70 75
Binary 11010011 10001000 1100100 0 100100 110101 10001 10011 111000 111101

Color Harmonies of #D38864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38864

Black with #D38864

Text Example


Text Example

White with #D38864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38864; }

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

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

background-color css

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

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

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

border-color css

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

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

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