Html Css Color HEX #DDD239 Wattle

📋 copy color: '#DDD239'

red 221 ◦ green 210 ◦ blue 57

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

Shades of Wattle #DDD239

Tints of Wattle #DDD239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.68%

R = 45.29%
G = 43.03%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDD239 (or 0xDDD239) is known color: Wattle. HEX triplet: DD, D2 and 39. RGB value is (221,210,57). Sum of RGB (Red+Green+Blue) = 221+210+57=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 57 (22.66% from 255 or 11.68% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD239 is #222DC6. Grayscale: #C4C4C4. Windows color (decimal): -2239943 or 3789533. OLE color: 3789533.

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

Color convert

RGB 221 210 57 -
CMYK 0 0.05 0.74 0.13
HSL 55.98º 0.71% 0.55% -
HSV(B) 55.98º 0.74% 0.87% -
XYZ 53.6 61.76 12.97 -
YUV 195.85 49.64 145.94 -
System Red Green Blue C M Y K H S L
Decimal 221 210 57 0 0.05 0.74 0.13 55.98 0.71 0.55
Hex DD D2 39 0 5 4A D 38 47 37
Octal 335 322 71 0 5 112 15 70 107 67
Binary 11011101 11010010 111001 0 101 1001010 1101 111000 1000111 110111

Color Harmonies of #DDD239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD239

Black with #DDD239

Text Example


Text Example

White with #DDD239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD239; }

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

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

background-color css

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

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

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

border-color css

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

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

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