Html Css Color HEX #DDD298 Tahuna Sands

📋 copy color: '#DDD298'

red 221 ◦ green 210 ◦ blue 152

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

Shades of Tahuna Sands #DDD298

Tints of Tahuna Sands #DDD298

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.02%

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

R = 37.91%
G = 36.02%
B = 26.07%

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

#DDD298 (or 0xDDD298) is known color: Tahuna Sands. HEX triplet: DD, D2 and 98. RGB value is (221,210,152). Sum of RGB (Red+Green+Blue) = 221+210+152=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD298 is #222D67. Grayscale: #CECECE. Windows color (decimal): -2239848 or 10015453. OLE color: 10015453.

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

Color convert

RGB 221 210 152 -
CMYK 0 0.05 0.31 0.13
HSL 50.43º 0.5% 0.73% -
HSV(B) 50.43º 0.31% 0.87% -
XYZ 58.53 63.73 38.92 -
YUV 206.68 97.14 138.22 -
System Red Green Blue C M Y K H S L
Decimal 221 210 152 0 0.05 0.31 0.13 50.43 0.5 0.73
Hex DD D2 98 0 5 1F D 32 32 49
Octal 335 322 230 0 5 37 15 62 62 111
Binary 11011101 11010010 10011000 0 101 11111 1101 110010 110010 1001001

Color Harmonies of #DDD298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD298

Black with #DDD298

Text Example


Text Example

White with #DDD298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD298; }

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

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

background-color css

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

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

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

border-color css

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

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

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