Html Css Color HEX #DCD299 Tahuna Sands

📋 copy color: '#DCD299'

red 220 ◦ green 210 ◦ blue 153

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

Shades of Tahuna Sands #DCD299

Tints of Tahuna Sands #DCD299

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.02%

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

R = 37.74%
G = 36.02%
B = 26.24%

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

#DCD299 (or 0xDCD299) is known color: Tahuna Sands. HEX triplet: DC, D2 and 99. RGB value is (220,210,153). Sum of RGB (Red+Green+Blue) = 220+210+153=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD299 is #232D66. Grayscale: #CECECE. Windows color (decimal): -2305383 or 10080988. OLE color: 10080988.

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

Color convert

RGB 220 210 153 -
CMYK 0 0.05 0.30 0.14
HSL 51.04º 0.49% 0.73% -
HSV(B) 51.04º 0.3% 0.86% -
XYZ 58.31 63.61 39.34 -
YUV 206.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 220 210 153 0 0.05 0.30 0.14 51.04 0.49 0.73
Hex DC D2 99 0 5 1E E 33 31 49
Octal 334 322 231 0 5 36 16 63 61 111
Binary 11011100 11010010 10011001 0 101 11110 1110 110011 110001 1001001

Color Harmonies of #DCD299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD299

Black with #DCD299

Text Example


Text Example

White with #DCD299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD299; }

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

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

background-color css

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

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

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

border-color css

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

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

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