Html Css Color HEX #D0856B Burning Sand

📋 copy color: '#D0856B'

red 208 ◦ green 133 ◦ blue 107

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

Shades of Burning Sand #D0856B

Tints of Burning Sand #D0856B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.69%

 BLUE value IS 107 (42.19% from 255) = 23.88%

R = 46.43%
G = 29.69%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0856B (or 0xD0856B) is known color: Burning Sand. HEX triplet: D0, 85 and 6B. RGB value is (208,133,107). Sum of RGB (Red+Green+Blue) = 208+133+107=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0856B is #2F7A94. Grayscale: #989898. Windows color (decimal): -3111573 or 7046608. OLE color: 7046608.

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

Color convert

RGB 208 133 107 -
CMYK 0 0.36 0.49 0.18
HSL 15.45º 0.52% 0.62% -
HSV(B) 15.45º 0.49% 0.82% -
XYZ 37.05 31.25 17.99 -
YUV 152.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 208 133 107 0 0.36 0.49 0.18 15.45 0.52 0.62
Hex D0 85 6B 0 24 31 12 F 34 3E
Octal 320 205 153 0 44 61 22 17 64 76
Binary 11010000 10000101 1101011 0 100100 110001 10010 1111 110100 111110

Color Harmonies of #D0856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0856B

Black with #D0856B

Text Example


Text Example

White with #D0856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0856B; }

 p { color: rgb(208,133,107); }

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

background-color css

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

 a { background-color: rgb(208,133,107); }

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

border-color css

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

 span { border-color: rgb(208,133,107); }

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