Html Css Color HEX #D0C59A Tahuna Sands

📋 copy color: '#D0C59A'

red 208 ◦ green 197 ◦ blue 154

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

Shades of Tahuna Sands #D0C59A

Tints of Tahuna Sands #D0C59A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.24%

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

R = 37.21%
G = 35.24%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0C59A (or 0xD0C59A) is known color: Tahuna Sands. HEX triplet: D0, C5 and 9A. RGB value is (208,197,154). Sum of RGB (Red+Green+Blue) = 208+197+154=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C59A is #2F3A65. Grayscale: #C3C3C3. Windows color (decimal): -3095142 or 10143184. OLE color: 10143184.

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

Color convert

RGB 208 197 154 -
CMYK 0 0.05 0.26 0.18
HSL 47.78º 0.36% 0.71% -
HSV(B) 47.78º 0.26% 0.82% -
XYZ 51.81 55.68 38.59 -
YUV 195.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 208 197 154 0 0.05 0.26 0.18 47.78 0.36 0.71
Hex D0 C5 9A 0 5 1A 12 30 24 47
Octal 320 305 232 0 5 32 22 60 44 107
Binary 11010000 11000101 10011010 0 101 11010 10010 110000 100100 1000111

Color Harmonies of #D0C59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C59A

Black with #D0C59A

Text Example


Text Example

White with #D0C59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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