Html Css Color HEX #DCD596 Tahuna Sands

📋 copy color: '#DCD596'

red 220 ◦ green 213 ◦ blue 150

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

Shades of Tahuna Sands #DCD596

Tints of Tahuna Sands #DCD596

RGB

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

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

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

R = 37.74%
G = 36.54%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCD596 (or 0xDCD596) is known color: Tahuna Sands. HEX triplet: DC, D5 and 96. RGB value is (220,213,150). Sum of RGB (Red+Green+Blue) = 220+213+150=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD596 is #232A69. Grayscale: #D0D0D0. Windows color (decimal): -2304618 or 9885148. OLE color: 9885148.

HSL color Cylindrical-coordinate representation of color #DCD596: hue angle of 54º 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 #DCD596 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 150 -
CMYK 0 0.03 0.32 0.14
HSL 54º 0.5% 0.73% -
HSV(B) 54º 0.32% 0.86% -
XYZ 58.81 65.01 38.3 -
YUV 207.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 220 213 150 0 0.03 0.32 0.14 54 0.5 0.73
Hex DC D5 96 0 3 20 E 36 32 49
Octal 334 325 226 0 3 40 16 66 62 111
Binary 11011100 11010101 10010110 0 11 100000 1110 110110 110010 1001001

Color Harmonies of #DCD596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD596

Black with #DCD596

Text Example


Text Example

White with #DCD596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD596; }

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

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

background-color css

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

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

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

border-color css

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

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

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