Html Css Color HEX #DDCD99 Tahuna Sands

📋 copy color: '#DDCD99'

red 221 ◦ green 205 ◦ blue 153

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

Shades of Tahuna Sands #DDCD99

Tints of Tahuna Sands #DDCD99

RGB

 RED value IS 221 (86.72% from 255) = 38.17%

 GREEN value IS 205 (80.47% from 255) = 35.41%

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

R = 38.17%
G = 35.41%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDCD99 (or 0xDDCD99) is known color: Tahuna Sands. HEX triplet: DD, CD and 99. RGB value is (221,205,153). Sum of RGB (Red+Green+Blue) = 221+205+153=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD99 is #223266. Grayscale: #CCCCCC. Windows color (decimal): -2241127 or 10079709. OLE color: 10079709.

HSL color Cylindrical-coordinate representation of color #DDCD99: hue angle of 45.88º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDCD99 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 153 -
CMYK 0 0.07 0.31 0.13
HSL 45.88º 0.5% 0.73% -
HSV(B) 45.88º 0.31% 0.87% -
XYZ 57.4 61.33 38.95 -
YUV 203.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 221 205 153 0 0.07 0.31 0.13 45.88 0.5 0.73
Hex DD CD 99 0 7 1F D 2E 32 49
Octal 335 315 231 0 7 37 15 56 62 111
Binary 11011101 11001101 10011001 0 111 11111 1101 101110 110010 1001001

Color Harmonies of #DDCD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD99

Black with #DDCD99

Text Example


Text Example

White with #DDCD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD99; }

 p { color: rgb(221,205,153); }

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

background-color css

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

 a { background-color: rgb(221,205,153); }

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

border-color css

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

 span { border-color: rgb(221,205,153); }

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