Html Css Color HEX #DDD134 Wattle

📋 copy color: '#DDD134'

red 221 ◦ green 209 ◦ blue 52

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

Shades of Wattle #DDD134

Tints of Wattle #DDD134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.79%

R = 45.85%
G = 43.36%
B = 10.79%

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

#DDD134 (or 0xDDD134) is known color: Wattle. HEX triplet: DD, D1 and 34. RGB value is (221,209,52). Sum of RGB (Red+Green+Blue) = 221+209+52=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD134 is #222ECB. Grayscale: #C3C3C3. Windows color (decimal): -2240204 or 3461597. OLE color: 3461597.

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

Color convert

RGB 221 209 52 -
CMYK 0 0.05 0.76 0.13
HSL 55.74º 0.71% 0.54% -
HSV(B) 55.74º 0.76% 0.87% -
XYZ 53.24 61.22 12.26 -
YUV 194.69 47.48 146.77 -
System Red Green Blue C M Y K H S L
Decimal 221 209 52 0 0.05 0.76 0.13 55.74 0.71 0.54
Hex DD D1 34 0 5 4C D 38 47 36
Octal 335 321 64 0 5 114 15 70 107 66
Binary 11011101 11010001 110100 0 101 1001100 1101 111000 1000111 110110

Color Harmonies of #DDD134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD134

Black with #DDD134

Text Example


Text Example

White with #DDD134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD134; }

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

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

background-color css

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

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

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

border-color css

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

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

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