Html Css Color HEX #DDD39B Tahuna Sands

📋 copy color: '#DDD39B'

red 221 ◦ green 211 ◦ blue 155

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

Shades of Tahuna Sands #DDD39B

Tints of Tahuna Sands #DDD39B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.95%

 BLUE value IS 155 (60.94% from 255) = 26.41%

R = 37.65%
G = 35.95%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDD39B (or 0xDDD39B) is known color: Tahuna Sands. HEX triplet: DD, D3 and 9B. RGB value is (221,211,155). Sum of RGB (Red+Green+Blue) = 221+211+155=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD39B is #222C64. Grayscale: #CFCFCF. Windows color (decimal): -2239589 or 10212317. OLE color: 10212317.

HSL color Cylindrical-coordinate representation of color #DDD39B: hue angle of 50.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDD39B is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 211 155 -
CMYK 0 0.05 0.30 0.13
HSL 50.91º 0.49% 0.74% -
HSV(B) 50.91º 0.3% 0.87% -
XYZ 59.03 64.33 40.32 -
YUV 207.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 221 211 155 0 0.05 0.30 0.13 50.91 0.49 0.74
Hex DD D3 9B 0 5 1E D 33 31 4A
Octal 335 323 233 0 5 36 15 63 61 112
Binary 11011101 11010011 10011011 0 101 11110 1101 110011 110001 1001010

Color Harmonies of #DDD39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD39B

Black with #DDD39B

Text Example


Text Example

White with #DDD39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD39B; }

 p { color: rgb(221,211,155); }

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

background-color css

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

 a { background-color: rgb(221,211,155); }

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

border-color css

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

 span { border-color: rgb(221,211,155); }

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