Html Css Color HEX #DCD093 Tahuna Sands

📋 copy color: '#DCD093'

red 220 ◦ green 208 ◦ blue 147

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

Shades of Tahuna Sands #DCD093

Tints of Tahuna Sands #DCD093

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.17%

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

R = 38.26%
G = 36.17%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCD093 (or 0xDCD093) is known color: Tahuna Sands. HEX triplet: DC, D0 and 93. RGB value is (220,208,147). Sum of RGB (Red+Green+Blue) = 220+208+147=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD093 is #232F6C. Grayscale: #CCCCCC. Windows color (decimal): -2305901 or 9687260. OLE color: 9687260.

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

Color convert

RGB 220 208 147 -
CMYK 0 0.05 0.33 0.14
HSL 50.14º 0.51% 0.72% -
HSV(B) 50.14º 0.33% 0.86% -
XYZ 57.34 62.43 36.63 -
YUV 204.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 220 208 147 0 0.05 0.33 0.14 50.14 0.51 0.72
Hex DC D0 93 0 5 21 E 32 33 48
Octal 334 320 223 0 5 41 16 62 63 110
Binary 11011100 11010000 10010011 0 101 100001 1110 110010 110011 1001000

Color Harmonies of #DCD093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD093

Black with #DCD093

Text Example


Text Example

White with #DCD093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD093; }

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

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

background-color css

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

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

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

border-color css

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

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

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