Html Css Color HEX #DCD195 Tahuna Sands

📋 copy color: '#DCD195'

red 220 ◦ green 209 ◦ blue 149

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

Shades of Tahuna Sands #DCD195

Tints of Tahuna Sands #DCD195

RGB

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

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

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

R = 38.06%
G = 36.16%
B = 25.78%

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

#DCD195 (or 0xDCD195) is known color: Tahuna Sands. HEX triplet: DC, D1 and 95. RGB value is (220,209,149). Sum of RGB (Red+Green+Blue) = 220+209+149=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD195 is #232E6A. Grayscale: #CDCDCD. Windows color (decimal): -2305643 or 9818588. OLE color: 9818588.

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

Color convert

RGB 220 209 149 -
CMYK 0 0.05 0.32 0.14
HSL 50.7º 0.5% 0.72% -
HSV(B) 50.7º 0.32% 0.86% -
XYZ 57.74 62.99 37.55 -
YUV 205.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 220 209 149 0 0.05 0.32 0.14 50.7 0.5 0.72
Hex DC D1 95 0 5 20 E 33 32 48
Octal 334 321 225 0 5 40 16 63 62 110
Binary 11011100 11010001 10010101 0 101 100000 1110 110011 110010 1001000

Color Harmonies of #DCD195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD195

Black with #DCD195

Text Example


Text Example

White with #DCD195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD195; }

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

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

background-color css

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

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

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

border-color css

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

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

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