Html Css Color HEX #D0796B Burning Sand

📋 copy color: '#D0796B'

red 208 ◦ green 121 ◦ blue 107

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

Shades of Burning Sand #D0796B

Tints of Burning Sand #D0796B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.75%

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

R = 47.71%
G = 27.75%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0796B (or 0xD0796B) is known color: Burning Sand. HEX triplet: D0, 79 and 6B. RGB value is (208,121,107). Sum of RGB (Red+Green+Blue) = 208+121+107=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0796B is #2F8694. Grayscale: #919191. Windows color (decimal): -3114645 or 7043536. OLE color: 7043536.

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

Color convert

RGB 208 121 107 -
CMYK 0 0.42 0.49 0.18
HSL 8.32º 0.52% 0.62% -
HSV(B) 8.32º 0.49% 0.82% -
XYZ 35.5 28.15 17.47 -
YUV 145.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 208 121 107 0 0.42 0.49 0.18 8.32 0.52 0.62
Hex D0 79 6B 0 2A 31 12 8 34 3E
Octal 320 171 153 0 52 61 22 10 64 76
Binary 11010000 1111001 1101011 0 101010 110001 10010 1000 110100 111110

Color Harmonies of #D0796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0796B

Black with #D0796B

Text Example


Text Example

White with #D0796B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0796B; }

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

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

background-color css

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

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

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

border-color css

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

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

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