Html Css Color HEX #DDD597 Tahuna Sands

📋 copy color: '#DDD597'

red 221 ◦ green 213 ◦ blue 151

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

Shades of Tahuna Sands #DDD597

Tints of Tahuna Sands #DDD597

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.41%

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

R = 37.78%
G = 36.41%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDD597 (or 0xDDD597) is known color: Tahuna Sands. HEX triplet: DD, D5 and 97. RGB value is (221,213,151). Sum of RGB (Red+Green+Blue) = 221+213+151=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 151 (59.38% from 255 or 25.81% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD597 is #222A68. Grayscale: #D0D0D0. Windows color (decimal): -2239081 or 9950685. OLE color: 9950685.

HSL color Cylindrical-coordinate representation of color #DDD597: hue angle of 53.14º 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 #DDD597 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 151 -
CMYK 0 0.04 0.32 0.13
HSL 53.14º 0.51% 0.73% -
HSV(B) 53.14º 0.32% 0.87% -
XYZ 59.2 65.2 38.74 -
YUV 208.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 221 213 151 0 0.04 0.32 0.13 53.14 0.51 0.73
Hex DD D5 97 0 4 20 D 35 33 49
Octal 335 325 227 0 4 40 15 65 63 111
Binary 11011101 11010101 10010111 0 100 100000 1101 110101 110011 1001001

Color Harmonies of #DDD597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD597

Black with #DDD597

Text Example


Text Example

White with #DDD597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD597; }

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

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

background-color css

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

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

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

border-color css

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

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

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