Html Css Color HEX #DDD398 Tahuna Sands

📋 copy color: '#DDD398'

red 221 ◦ green 211 ◦ blue 152

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

Shades of Tahuna Sands #DDD398

Tints of Tahuna Sands #DDD398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.03%

R = 37.84%
G = 36.13%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDD398 (or 0xDDD398) is known color: Tahuna Sands. HEX triplet: DD, D3 and 98. RGB value is (221,211,152). Sum of RGB (Red+Green+Blue) = 221+211+152=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD398 is #222C67. Grayscale: #CFCFCF. Windows color (decimal): -2239592 or 10015709. OLE color: 10015709.

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

Color convert

RGB 221 211 152 -
CMYK 0 0.05 0.31 0.13
HSL 51.3º 0.5% 0.73% -
HSV(B) 51.3º 0.31% 0.87% -
XYZ 58.78 64.23 39 -
YUV 207.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 221 211 152 0 0.05 0.31 0.13 51.3 0.5 0.73
Hex DD D3 98 0 5 1F D 33 32 49
Octal 335 323 230 0 5 37 15 63 62 111
Binary 11011101 11010011 10011000 0 101 11111 1101 110011 110010 1001001

Color Harmonies of #DDD398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD398

Black with #DDD398

Text Example


Text Example

White with #DDD398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD398; }

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

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

background-color css

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

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

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

border-color css

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

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

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