Html Css Color HEX #DCD19B Tahuna Sands

📋 copy color: '#DCD19B'

red 220 ◦ green 209 ◦ blue 155

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

Shades of Tahuna Sands #DCD19B

Tints of Tahuna Sands #DCD19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.54%

R = 37.67%
G = 35.79%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCD19B (or 0xDCD19B) is known color: Tahuna Sands. HEX triplet: DC, D1 and 9B. RGB value is (220,209,155). Sum of RGB (Red+Green+Blue) = 220+209+155=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 155 (60.94% from 255 or 26.54% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD19B is #232E64. Grayscale: #CECECE. Windows color (decimal): -2305637 or 10211804. OLE color: 10211804.

HSL color Cylindrical-coordinate representation of color #DCD19B: hue angle of 49.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD19B is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 209 155 -
CMYK 0 0.05 0.30 0.14
HSL 49.85º 0.48% 0.74% -
HSV(B) 49.85º 0.3% 0.86% -
XYZ 58.23 63.18 40.14 -
YUV 206.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 220 209 155 0 0.05 0.30 0.14 49.85 0.48 0.74
Hex DC D1 9B 0 5 1E E 32 30 4A
Octal 334 321 233 0 5 36 16 62 60 112
Binary 11011100 11010001 10011011 0 101 11110 1110 110010 110000 1001010

Color Harmonies of #DCD19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD19B

Black with #DCD19B

Text Example


Text Example

White with #DCD19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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