Html Css Color HEX #DDD136 Wattle

📋 copy color: '#DDD136'

red 221 ◦ green 209 ◦ blue 54

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

Shades of Wattle #DDD136

Tints of Wattle #DDD136

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.18%

 BLUE value IS 54 (21.48% from 255) = 11.16%

R = 45.66%
G = 43.18%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDD136 (or 0xDDD136) is known color: Wattle. HEX triplet: DD, D1 and 36. RGB value is (221,209,54). Sum of RGB (Red+Green+Blue) = 221+209+54=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD136 is #222EC9. Grayscale: #C3C3C3. Windows color (decimal): -2240202 or 3592669. OLE color: 3592669.

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

Color convert

RGB 221 209 54 -
CMYK 0 0.05 0.76 0.13
HSL 55.69º 0.71% 0.54% -
HSV(B) 55.69º 0.76% 0.87% -
XYZ 53.29 61.24 12.5 -
YUV 194.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 221 209 54 0 0.05 0.76 0.13 55.69 0.71 0.54
Hex DD D1 36 0 5 4C D 38 47 36
Octal 335 321 66 0 5 114 15 70 107 66
Binary 11011101 11010001 110110 0 101 1001100 1101 111000 1000111 110110

Color Harmonies of #DDD136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD136

Black with #DDD136

Text Example


Text Example

White with #DDD136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD136; }

 p { color: rgb(221,209,54); }

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

background-color css

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

 a { background-color: rgb(221,209,54); }

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

border-color css

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

 span { border-color: rgb(221,209,54); }

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