Html Css Color HEX #D0896D Burning Sand

📋 copy color: '#D0896D'

red 208 ◦ green 137 ◦ blue 109

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

Shades of Burning Sand #D0896D

Tints of Burning Sand #D0896D

RGB

 RED value IS 208 (81.64% from 255) = 45.81%

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

 BLUE value IS 109 (42.97% from 255) = 24.01%

R = 45.81%
G = 30.18%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0896D (or 0xD0896D) is known color: Burning Sand. HEX triplet: D0, 89 and 6D. RGB value is (208,137,109). Sum of RGB (Red+Green+Blue) = 208+137+109=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0896D is #2F7692. Grayscale: #9B9B9B. Windows color (decimal): -3110547 or 7178704. OLE color: 7178704.

HSL color Cylindrical-coordinate representation of color #D0896D: hue angle of 16.97º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0896D is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 109 -
CMYK 0 0.34 0.48 0.18
HSL 16.97º 0.51% 0.62% -
HSV(B) 16.97º 0.48% 0.82% -
XYZ 37.72 32.41 18.73 -
YUV 155.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 208 137 109 0 0.34 0.48 0.18 16.97 0.51 0.62
Hex D0 89 6D 0 22 30 12 11 33 3E
Octal 320 211 155 0 42 60 22 21 63 76
Binary 11010000 10001001 1101101 0 100010 110000 10010 10001 110011 111110

Color Harmonies of #D0896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0896D

Black with #D0896D

Text Example


Text Example

White with #D0896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0896D; }

 p { color: rgb(208,137,109); }

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

background-color css

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

 a { background-color: rgb(208,137,109); }

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

border-color css

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

 span { border-color: rgb(208,137,109); }

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