Html Css Color HEX #DDCD97 Tahuna Sands

📋 copy color: '#DDCD97'

red 221 ◦ green 205 ◦ blue 151

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

Shades of Tahuna Sands #DDCD97

Tints of Tahuna Sands #DDCD97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.17%

R = 38.3%
G = 35.53%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDCD97 (or 0xDDCD97) is known color: Tahuna Sands. HEX triplet: DD, CD and 97. RGB value is (221,205,151). Sum of RGB (Red+Green+Blue) = 221+205+151=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD97 is #223268. Grayscale: #CBCBCB. Windows color (decimal): -2241129 or 9948637. OLE color: 9948637.

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

Color convert

RGB 221 205 151 -
CMYK 0 0.07 0.32 0.13
HSL 46.29º 0.51% 0.73% -
HSV(B) 46.29º 0.32% 0.87% -
XYZ 57.24 61.27 38.09 -
YUV 203.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 221 205 151 0 0.07 0.32 0.13 46.29 0.51 0.73
Hex DD CD 97 0 7 20 D 2E 33 49
Octal 335 315 227 0 7 40 15 56 63 111
Binary 11011101 11001101 10010111 0 111 100000 1101 101110 110011 1001001

Color Harmonies of #DDCD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD97

Black with #DDCD97

Text Example


Text Example

White with #DDCD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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