Html Css Color HEX #DCD196 Tahuna Sands

📋 copy color: '#DCD196'

red 220 ◦ green 209 ◦ blue 150

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

Shades of Tahuna Sands #DCD196

Tints of Tahuna Sands #DCD196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.91%

R = 38%
G = 36.1%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCD196 (or 0xDCD196) is known color: Tahuna Sands. HEX triplet: DC, D1 and 96. RGB value is (220,209,150). Sum of RGB (Red+Green+Blue) = 220+209+150=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD196 is #232E69. Grayscale: #CDCDCD. Windows color (decimal): -2305642 or 9884124. OLE color: 9884124.

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

Color convert

RGB 220 209 150 -
CMYK 0 0.05 0.32 0.14
HSL 50.57º 0.5% 0.73% -
HSV(B) 50.57º 0.32% 0.86% -
XYZ 57.82 63.02 37.97 -
YUV 205.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 220 209 150 0 0.05 0.32 0.14 50.57 0.5 0.73
Hex DC D1 96 0 5 20 E 33 32 49
Octal 334 321 226 0 5 40 16 63 62 111
Binary 11011100 11010001 10010110 0 101 100000 1110 110011 110010 1001001

Color Harmonies of #DCD196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD196

Black with #DCD196

Text Example


Text Example

White with #DCD196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD196; }

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

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

background-color css

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

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

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

border-color css

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

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

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