Html Css Color HEX #DCD495 Tahuna Sands

📋 copy color: '#DCD495'

red 220 ◦ green 212 ◦ blue 149

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

Shades of Tahuna Sands #DCD495

Tints of Tahuna Sands #DCD495

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.49%

 BLUE value IS 149 (58.59% from 255) = 25.65%

R = 37.87%
G = 36.49%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCD495 (or 0xDCD495) is known color: Tahuna Sands. HEX triplet: DC, D4 and 95. RGB value is (220,212,149). Sum of RGB (Red+Green+Blue) = 220+212+149=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD495 is #232B6A. Grayscale: #CFCFCF. Windows color (decimal): -2304875 or 9819356. OLE color: 9819356.

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

Color convert

RGB 220 212 149 -
CMYK 0 0.04 0.32 0.14
HSL 53.24º 0.5% 0.72% -
HSV(B) 53.24º 0.32% 0.86% -
XYZ 58.48 64.47 37.8 -
YUV 207.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 220 212 149 0 0.04 0.32 0.14 53.24 0.5 0.72
Hex DC D4 95 0 4 20 E 35 32 48
Octal 334 324 225 0 4 40 16 65 62 110
Binary 11011100 11010100 10010101 0 100 100000 1110 110101 110010 1001000

Color Harmonies of #DCD495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD495

Black with #DCD495

Text Example


Text Example

White with #DCD495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD495; }

 p { color: rgb(220,212,149); }

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

background-color css

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

 a { background-color: rgb(220,212,149); }

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

border-color css

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

 span { border-color: rgb(220,212,149); }

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