Html Css Color HEX #DCD59A Tahuna Sands

📋 copy color: '#DCD59A'

red 220 ◦ green 213 ◦ blue 154

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

Shades of Tahuna Sands #DCD59A

Tints of Tahuna Sands #DCD59A

RGB

 RED value IS 220 (86.33% from 255) = 37.48%

 GREEN value IS 213 (83.59% from 255) = 36.29%

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

R = 37.48%
G = 36.29%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DCD59A (or 0xDCD59A) is known color: Tahuna Sands. HEX triplet: DC, D5 and 9A. RGB value is (220,213,154). Sum of RGB (Red+Green+Blue) = 220+213+154=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD59A is #232A65. Grayscale: #D0D0D0. Windows color (decimal): -2304614 or 10147292. OLE color: 10147292.

HSL color Cylindrical-coordinate representation of color #DCD59A: hue angle of 53.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD59A is Cyan = 0, Magento = 0.03, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 154 -
CMYK 0 0.03 0.3 0.14
HSL 53.64º 0.49% 0.73% -
HSV(B) 53.64º 0.3% 0.86% -
XYZ 59.14 65.14 40.03 -
YUV 208.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 220 213 154 0 0.03 0.3 0.14 53.64 0.49 0.73
Hex DC D5 9A 0 3 1E E 36 31 49
Octal 334 325 232 0 3 36 16 66 61 111
Binary 11011100 11010101 10011010 0 11 11110 1110 110110 110001 1001001

Color Harmonies of #DCD59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD59A

Black with #DCD59A

Text Example


Text Example

White with #DCD59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD59A; }

 p { color: rgb(220,213,154); }

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

background-color css

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

 a { background-color: rgb(220,213,154); }

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

border-color css

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

 span { border-color: rgb(220,213,154); }

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