Html Css Color HEX #DDCD93 Tahuna Sands

📋 copy color: '#DDCD93'

red 221 ◦ green 205 ◦ blue 147

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

Shades of Tahuna Sands #DDCD93

Tints of Tahuna Sands #DDCD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.65%

R = 38.57%
G = 35.78%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDCD93 (or 0xDDCD93) is known color: Tahuna Sands. HEX triplet: DD, CD and 93. RGB value is (221,205,147). Sum of RGB (Red+Green+Blue) = 221+205+147=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD93 is #22326C. Grayscale: #CBCBCB. Windows color (decimal): -2241133 or 9686493. OLE color: 9686493.

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

Color convert

RGB 221 205 147 -
CMYK 0 0.07 0.33 0.13
HSL 47.03º 0.52% 0.72% -
HSV(B) 47.03º 0.33% 0.87% -
XYZ 56.92 61.14 36.41 -
YUV 203.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 221 205 147 0 0.07 0.33 0.13 47.03 0.52 0.72
Hex DD CD 93 0 7 21 D 2F 34 48
Octal 335 315 223 0 7 41 15 57 64 110
Binary 11011101 11001101 10010011 0 111 100001 1101 101111 110100 1001000

Color Harmonies of #DDCD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD93

Black with #DDCD93

Text Example


Text Example

White with #DDCD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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