Html Css Color HEX #D0C49A Tahuna Sands

📋 copy color: '#D0C49A'

red 208 ◦ green 196 ◦ blue 154

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

Shades of Tahuna Sands #D0C49A

Tints of Tahuna Sands #D0C49A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.13%

 BLUE value IS 154 (60.55% from 255) = 27.6%

R = 37.28%
G = 35.13%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0C49A (or 0xD0C49A) is known color: Tahuna Sands. HEX triplet: D0, C4 and 9A. RGB value is (208,196,154). Sum of RGB (Red+Green+Blue) = 208+196+154=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C49A is #2F3B65. Grayscale: #C2C2C2. Windows color (decimal): -3095398 or 10142928. OLE color: 10142928.

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

Color convert

RGB 208 196 154 -
CMYK 0 0.06 0.26 0.18
HSL 46.67º 0.36% 0.71% -
HSV(B) 46.67º 0.26% 0.82% -
XYZ 51.59 55.22 38.51 -
YUV 194.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 208 196 154 0 0.06 0.26 0.18 46.67 0.36 0.71
Hex D0 C4 9A 0 6 1A 12 2F 24 47
Octal 320 304 232 0 6 32 22 57 44 107
Binary 11010000 11000100 10011010 0 110 11010 10010 101111 100100 1000111

Color Harmonies of #D0C49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C49A

Black with #D0C49A

Text Example


Text Example

White with #D0C49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C49A; }

 p { color: rgb(208,196,154); }

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

background-color css

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

 a { background-color: rgb(208,196,154); }

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

border-color css

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

 span { border-color: rgb(208,196,154); }

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