Html Css Color HEX #DCD18E Tahuna Sands

📋 copy color: '#DCD18E'

red 220 ◦ green 209 ◦ blue 142

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

Shades of Tahuna Sands #DCD18E

Tints of Tahuna Sands #DCD18E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.6%

 BLUE value IS 142 (55.86% from 255) = 24.87%

R = 38.53%
G = 36.6%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCD18E (or 0xDCD18E) is known color: Tahuna Sands. HEX triplet: DC, D1 and 8E. RGB value is (220,209,142). Sum of RGB (Red+Green+Blue) = 220+209+142=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD18E is #232E71. Grayscale: #CCCCCC. Windows color (decimal): -2305650 or 9359836. OLE color: 9359836.

HSL color Cylindrical-coordinate representation of color #DCD18E: hue angle of 51.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCD18E is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 209 142 -
CMYK 0 0.05 0.35 0.14
HSL 51.54º 0.53% 0.71% -
HSV(B) 51.54º 0.35% 0.86% -
XYZ 57.2 62.77 34.69 -
YUV 204.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 220 209 142 0 0.05 0.35 0.14 51.54 0.53 0.71
Hex DC D1 8E 0 5 23 E 34 35 47
Octal 334 321 216 0 5 43 16 64 65 107
Binary 11011100 11010001 10001110 0 101 100011 1110 110100 110101 1000111

Color Harmonies of #DCD18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD18E

Black with #DCD18E

Text Example


Text Example

White with #DCD18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD18E; }

 p { color: rgb(220,209,142); }

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

background-color css

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

 a { background-color: rgb(220,209,142); }

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

border-color css

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

 span { border-color: rgb(220,209,142); }

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