Html Css Color HEX #DDD292 Tahuna Sands

📋 copy color: '#DDD292'

red 221 ◦ green 210 ◦ blue 146

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

Shades of Tahuna Sands #DDD292

Tints of Tahuna Sands #DDD292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.3%

R = 38.3%
G = 36.4%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDD292 (or 0xDDD292) is known color: Tahuna Sands. HEX triplet: DD, D2 and 92. RGB value is (221,210,146). Sum of RGB (Red+Green+Blue) = 221+210+146=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD292 is #222D6D. Grayscale: #CECECE. Windows color (decimal): -2239854 or 9622237. OLE color: 9622237.

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

Color convert

RGB 221 210 146 -
CMYK 0 0.05 0.34 0.13
HSL 51.2º 0.52% 0.72% -
HSV(B) 51.2º 0.34% 0.87% -
XYZ 58.05 63.54 36.4 -
YUV 205.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 221 210 146 0 0.05 0.34 0.13 51.2 0.52 0.72
Hex DD D2 92 0 5 22 D 33 34 48
Octal 335 322 222 0 5 42 15 63 64 110
Binary 11011101 11010010 10010010 0 101 100010 1101 110011 110100 1001000

Color Harmonies of #DDD292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD292

Black with #DDD292

Text Example


Text Example

White with #DDD292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD292; }

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

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

background-color css

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

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

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

border-color css

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

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

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