Html Css Color HEX #DCD393 Tahuna Sands

📋 copy color: '#DCD393'

red 220 ◦ green 211 ◦ blue 147

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

Shades of Tahuna Sands #DCD393

Tints of Tahuna Sands #DCD393

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.51%

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

R = 38.06%
G = 36.51%
B = 25.43%

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

#DCD393 (or 0xDCD393) is known color: Tahuna Sands. HEX triplet: DC, D3 and 93. RGB value is (220,211,147). Sum of RGB (Red+Green+Blue) = 220+211+147=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD393 is #232C6C. Grayscale: #CECECE. Windows color (decimal): -2305133 or 9688028. OLE color: 9688028.

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

Color convert

RGB 220 211 147 -
CMYK 0 0.04 0.33 0.14
HSL 52.6º 0.51% 0.72% -
HSV(B) 52.6º 0.33% 0.86% -
XYZ 58.08 63.91 36.88 -
YUV 206.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 220 211 147 0 0.04 0.33 0.14 52.6 0.51 0.72
Hex DC D3 93 0 4 21 E 35 33 48
Octal 334 323 223 0 4 41 16 65 63 110
Binary 11011100 11010011 10010011 0 100 100001 1110 110101 110011 1001000

Color Harmonies of #DCD393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD393

Black with #DCD393

Text Example


Text Example

White with #DCD393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD393; }

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

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

background-color css

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

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

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

border-color css

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

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

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