Html Css Color HEX #DCD699 Tahuna Sands

📋 copy color: '#DCD699'

red 220 ◦ green 214 ◦ blue 153

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

Shades of Tahuna Sands #DCD699

Tints of Tahuna Sands #DCD699

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.46%

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

R = 37.48%
G = 36.46%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCD699 (or 0xDCD699) is known color: Tahuna Sands. HEX triplet: DC, D6 and 99. RGB value is (220,214,153). Sum of RGB (Red+Green+Blue) = 220+214+153=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 153 (60.16% from 255 or 26.06% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD699 is #232966. Grayscale: #D1D1D1. Windows color (decimal): -2304359 or 10082012. OLE color: 10082012.

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

Color convert

RGB 220 214 153 -
CMYK 0 0.03 0.30 0.14
HSL 54.63º 0.49% 0.73% -
HSV(B) 54.63º 0.3% 0.86% -
XYZ 59.31 65.61 39.67 -
YUV 208.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 220 214 153 0 0.03 0.30 0.14 54.63 0.49 0.73
Hex DC D6 99 0 3 1E E 37 31 49
Octal 334 326 231 0 3 36 16 67 61 111
Binary 11011100 11010110 10011001 0 11 11110 1110 110111 110001 1001001

Color Harmonies of #DCD699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD699

Black with #DCD699

Text Example


Text Example

White with #DCD699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD699; }

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

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

background-color css

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

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

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

border-color css

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

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

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