Html Css Color HEX #DDC034 Wattle

📋 copy color: '#DDC034'

red 221 ◦ green 192 ◦ blue 52

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

Shades of Wattle #DDC034

Tints of Wattle #DDC034

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.29%

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

R = 47.53%
G = 41.29%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDC034 (or 0xDDC034) is known color: Wattle. HEX triplet: DD, C0 and 34. RGB value is (221,192,52). Sum of RGB (Red+Green+Blue) = 221+192+52=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC034 is #223FCB. Grayscale: #B9B9B9. Windows color (decimal): -2244556 or 3457245. OLE color: 3457245.

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

Color convert

RGB 221 192 52 -
CMYK 0 0.13 0.76 0.13
HSL 49.7º 0.71% 0.54% -
HSV(B) 49.7º 0.76% 0.87% -
XYZ 49.29 53.32 10.94 -
YUV 184.71 53.11 153.88 -
System Red Green Blue C M Y K H S L
Decimal 221 192 52 0 0.13 0.76 0.13 49.7 0.71 0.54
Hex DD C0 34 0 D 4C D 32 47 36
Octal 335 300 64 0 15 114 15 62 107 66
Binary 11011101 11000000 110100 0 1101 1001100 1101 110010 1000111 110110

Color Harmonies of #DDC034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC034

Black with #DDC034

Text Example


Text Example

White with #DDC034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC034; }

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

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

background-color css

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

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

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

border-color css

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

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

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