Html Css Color HEX #D0C7A0 Tahuna Sands

📋 copy color: '#D0C7A0'

red 208 ◦ green 199 ◦ blue 160

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

Shades of Tahuna Sands #D0C7A0

Tints of Tahuna Sands #D0C7A0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.1%

 BLUE value IS 160 (62.89% from 255) = 28.22%

R = 36.68%
G = 35.1%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D0C7A0 (or 0xD0C7A0) is known color: Tahuna Sands. HEX triplet: D0, C7 and A0. RGB value is (208,199,160). Sum of RGB (Red+Green+Blue) = 208+199+160=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C7A0 is #2F385F. Grayscale: #C5C5C5. Windows color (decimal): -3094624 or 10536912. OLE color: 10536912.

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

Color convert

RGB 208 199 160 -
CMYK 0 0.04 0.23 0.18
HSL 48.75º 0.34% 0.72% -
HSV(B) 48.75º 0.23% 0.82% -
XYZ 52.78 56.79 41.44 -
YUV 197.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 208 199 160 0 0.04 0.23 0.18 48.75 0.34 0.72
Hex D0 C7 A0 0 4 17 12 31 22 48
Octal 320 307 240 0 4 27 22 61 42 110
Binary 11010000 11000111 10100000 0 100 10111 10010 110001 100010 1001000

Color Harmonies of #D0C7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C7A0

Black with #D0C7A0

Text Example


Text Example

White with #D0C7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C7A0; }

 p { color: rgb(208,199,160); }

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

background-color css

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

 a { background-color: rgb(208,199,160); }

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

border-color css

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

 span { border-color: rgb(208,199,160); }

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