Html Css Color HEX #DCD49C Tahuna Sands

📋 copy color: '#DCD49C'

red 220 ◦ green 212 ◦ blue 156

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

Shades of Tahuna Sands #DCD49C

Tints of Tahuna Sands #DCD49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.53%

R = 37.41%
G = 36.05%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCD49C (or 0xDCD49C) is known color: Tahuna Sands. HEX triplet: DC, D4 and 9C. RGB value is (220,212,156). Sum of RGB (Red+Green+Blue) = 220+212+156=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD49C is #232B63. Grayscale: #D0D0D0. Windows color (decimal): -2304868 or 10278108. OLE color: 10278108.

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

Color convert

RGB 220 212 156 -
CMYK 0 0.04 0.29 0.14
HSL 52.5º 0.48% 0.74% -
HSV(B) 52.5º 0.29% 0.86% -
XYZ 59.06 64.7 40.83 -
YUV 208.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 220 212 156 0 0.04 0.29 0.14 52.5 0.48 0.74
Hex DC D4 9C 0 4 1D E 34 30 4A
Octal 334 324 234 0 4 35 16 64 60 112
Binary 11011100 11010100 10011100 0 100 11101 1110 110100 110000 1001010

Color Harmonies of #DCD49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD49C

Black with #DCD49C

Text Example


Text Example

White with #DCD49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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