Html Css Color HEX #DCD099 Tahuna Sands

📋 copy color: '#DCD099'

red 220 ◦ green 208 ◦ blue 153

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

Shades of Tahuna Sands #DCD099

Tints of Tahuna Sands #DCD099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.33%

R = 37.87%
G = 35.8%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCD099 (or 0xDCD099) is known color: Tahuna Sands. HEX triplet: DC, D0 and 99. RGB value is (220,208,153). Sum of RGB (Red+Green+Blue) = 220+208+153=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD099 is #232F66. Grayscale: #CDCDCD. Windows color (decimal): -2305895 or 10080476. OLE color: 10080476.

HSL color Cylindrical-coordinate representation of color #DCD099: hue angle of 49.25º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD099 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 153 -
CMYK 0 0.05 0.30 0.14
HSL 49.25º 0.49% 0.73% -
HSV(B) 49.25º 0.3% 0.86% -
XYZ 57.82 62.63 39.18 -
YUV 205.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 220 208 153 0 0.05 0.30 0.14 49.25 0.49 0.73
Hex DC D0 99 0 5 1E E 31 31 49
Octal 334 320 231 0 5 36 16 61 61 111
Binary 11011100 11010000 10011001 0 101 11110 1110 110001 110001 1001001

Color Harmonies of #DCD099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD099

Black with #DCD099

Text Example


Text Example

White with #DCD099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD099; }

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

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

background-color css

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

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

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

border-color css

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

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

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