Html Css Color HEX #D0896C Burning Sand

📋 copy color: '#D0896C'

red 208 ◦ green 137 ◦ blue 108

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

Shades of Burning Sand #D0896C

Tints of Burning Sand #D0896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.84%

R = 45.92%
G = 30.24%
B = 23.84%

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

#D0896C (or 0xD0896C) is known color: Burning Sand. HEX triplet: D0, 89 and 6C. RGB value is (208,137,108). Sum of RGB (Red+Green+Blue) = 208+137+108=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0896C is #2F7693. Grayscale: #9B9B9B. Windows color (decimal): -3110548 or 7113168. OLE color: 7113168.

HSL color Cylindrical-coordinate representation of color #D0896C: hue angle of 17.4º degrees, saturation: 0.52, 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 #D0896C is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 108 -
CMYK 0 0.34 0.48 0.18
HSL 17.4º 0.52% 0.62% -
HSV(B) 17.4º 0.48% 0.82% -
XYZ 37.66 32.38 18.45 -
YUV 154.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 208 137 108 0 0.34 0.48 0.18 17.4 0.52 0.62
Hex D0 89 6C 0 22 30 12 11 34 3E
Octal 320 211 154 0 42 60 22 21 64 76
Binary 11010000 10001001 1101100 0 100010 110000 10010 10001 110100 111110

Color Harmonies of #D0896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0896C

Black with #D0896C

Text Example


Text Example

White with #D0896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0896C; }

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

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

background-color css

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

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

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

border-color css

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

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

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