Html Css Color HEX #D0806B Burning Sand

📋 copy color: '#D0806B'

red 208 ◦ green 128 ◦ blue 107

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

Shades of Burning Sand #D0806B

Tints of Burning Sand #D0806B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.89%

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

R = 46.95%
G = 28.89%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0806B (or 0xD0806B) is known color: Burning Sand. HEX triplet: D0, 80 and 6B. RGB value is (208,128,107). Sum of RGB (Red+Green+Blue) = 208+128+107=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0806B is #2F7F94. Grayscale: #959595. Windows color (decimal): -3112853 or 7045328. OLE color: 7045328.

HSL color Cylindrical-coordinate representation of color #D0806B: hue angle of 12.48º 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 #D0806B is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 107 -
CMYK 0 0.38 0.49 0.18
HSL 12.48º 0.52% 0.62% -
HSV(B) 12.48º 0.49% 0.82% -
XYZ 36.39 29.91 17.77 -
YUV 149.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 208 128 107 0 0.38 0.49 0.18 12.48 0.52 0.62
Hex D0 80 6B 0 26 31 12 C 34 3E
Octal 320 200 153 0 46 61 22 14 64 76
Binary 11010000 10000000 1101011 0 100110 110001 10010 1100 110100 111110

Color Harmonies of #D0806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0806B

Black with #D0806B

Text Example


Text Example

White with #D0806B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0806B; }

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

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

background-color css

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

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

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

border-color css

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

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

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