Html Css Color HEX #DDD130 Wattle

📋 copy color: '#DDD130'

red 221 ◦ green 209 ◦ blue 48

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

Shades of Wattle #DDD130

Tints of Wattle #DDD130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.04%

R = 46.23%
G = 43.72%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDD130 (or 0xDDD130) is known color: Wattle. HEX triplet: DD, D1 and 30. RGB value is (221,209,48). Sum of RGB (Red+Green+Blue) = 221+209+48=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD130 is #222ECF. Grayscale: #C2C2C2. Windows color (decimal): -2240208 or 3199453. OLE color: 3199453.

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

Color convert

RGB 221 209 48 -
CMYK 0 0.05 0.78 0.13
HSL 55.84º 0.72% 0.53% -
HSV(B) 55.84º 0.78% 0.87% -
XYZ 53.15 61.19 11.81 -
YUV 194.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 221 209 48 0 0.05 0.78 0.13 55.84 0.72 0.53
Hex DD D1 30 0 5 4E D 38 48 35
Octal 335 321 60 0 5 116 15 70 110 65
Binary 11011101 11010001 110000 0 101 1001110 1101 111000 1001000 110101

Color Harmonies of #DDD130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD130

Black with #DDD130

Text Example


Text Example

White with #DDD130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD130; }

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

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

background-color css

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

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

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

border-color css

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

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

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