Html Css Color HEX #DCD190 Tahuna Sands

📋 copy color: '#DCD190'

red 220 ◦ green 209 ◦ blue 144

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

Shades of Tahuna Sands #DCD190

Tints of Tahuna Sands #DCD190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.13%

R = 38.39%
G = 36.47%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCD190 (or 0xDCD190) is known color: Tahuna Sands. HEX triplet: DC, D1 and 90. RGB value is (220,209,144). Sum of RGB (Red+Green+Blue) = 220+209+144=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD190 is #232E6F. Grayscale: #CDCDCD. Windows color (decimal): -2305648 or 9490908. OLE color: 9490908.

HSL color Cylindrical-coordinate representation of color #DCD190: hue angle of 51.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCD190 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 209 144 -
CMYK 0 0.05 0.35 0.14
HSL 51.32º 0.52% 0.71% -
HSV(B) 51.32º 0.35% 0.86% -
XYZ 57.35 62.83 35.49 -
YUV 204.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 220 209 144 0 0.05 0.35 0.14 51.32 0.52 0.71
Hex DC D1 90 0 5 23 E 33 34 47
Octal 334 321 220 0 5 43 16 63 64 107
Binary 11011100 11010001 10010000 0 101 100011 1110 110011 110100 1000111

Color Harmonies of #DCD190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD190

Black with #DCD190

Text Example


Text Example

White with #DCD190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD190; }

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

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

background-color css

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

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

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

border-color css

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

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

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