Html Css Color HEX #DCD49D Tahuna Sands

📋 copy color: '#DCD49D'

red 220 ◦ green 212 ◦ blue 157

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

Shades of Tahuna Sands #DCD49D

Tints of Tahuna Sands #DCD49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.66%

R = 37.35%
G = 35.99%
B = 26.66%

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

#DCD49D (or 0xDCD49D) is known color: Tahuna Sands. HEX triplet: DC, D4 and 9D. RGB value is (220,212,157). Sum of RGB (Red+Green+Blue) = 220+212+157=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD49D is #232B62. Grayscale: #D0D0D0. Windows color (decimal): -2304867 or 10343644. OLE color: 10343644.

HSL color Cylindrical-coordinate representation of color #DCD49D: hue angle of 52.38º degrees, saturation: 0.47, 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 #DCD49D is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 157 -
CMYK 0 0.04 0.29 0.14
HSL 52.38º 0.47% 0.74% -
HSV(B) 52.38º 0.29% 0.86% -
XYZ 59.14 64.74 41.28 -
YUV 208.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 220 212 157 0 0.04 0.29 0.14 52.38 0.47 0.74
Hex DC D4 9D 0 4 1D E 34 2F 4A
Octal 334 324 235 0 4 35 16 64 57 112
Binary 11011100 11010100 10011101 0 100 11101 1110 110100 101111 1001010

Color Harmonies of #DCD49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD49D

Black with #DCD49D

Text Example


Text Example

White with #DCD49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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