Html Css Color HEX #DCD493 Tahuna Sands

📋 copy color: '#DCD493'

red 220 ◦ green 212 ◦ blue 147

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

Shades of Tahuna Sands #DCD493

Tints of Tahuna Sands #DCD493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.39%

R = 38%
G = 36.61%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCD493 (or 0xDCD493) is known color: Tahuna Sands. HEX triplet: DC, D4 and 93. RGB value is (220,212,147). Sum of RGB (Red+Green+Blue) = 220+212+147=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD493 is #232B6C. Grayscale: #CFCFCF. Windows color (decimal): -2304877 or 9688284. OLE color: 9688284.

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

Color convert

RGB 220 212 147 -
CMYK 0 0.04 0.33 0.14
HSL 53.42º 0.51% 0.72% -
HSV(B) 53.42º 0.33% 0.86% -
XYZ 58.33 64.41 36.96 -
YUV 206.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 220 212 147 0 0.04 0.33 0.14 53.42 0.51 0.72
Hex DC D4 93 0 4 21 E 35 33 48
Octal 334 324 223 0 4 41 16 65 63 110
Binary 11011100 11010100 10010011 0 100 100001 1110 110101 110011 1001000

Color Harmonies of #DCD493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD493

Black with #DCD493

Text Example


Text Example

White with #DCD493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD493; }

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

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

background-color css

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

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

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

border-color css

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

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

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