Html Css Color HEX #DDC036 Wattle

📋 copy color: '#DDC036'

red 221 ◦ green 192 ◦ blue 54

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

Shades of Wattle #DDC036

Tints of Wattle #DDC036

RGB

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

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

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

R = 47.32%
G = 41.11%
B = 11.56%

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

#DDC036 (or 0xDDC036) is known color: Wattle. HEX triplet: DD, C0 and 36. RGB value is (221,192,54). Sum of RGB (Red+Green+Blue) = 221+192+54=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC036 is #223FC9. Grayscale: #B9B9B9. Windows color (decimal): -2244554 or 3588317. OLE color: 3588317.

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

Color convert

RGB 221 192 54 -
CMYK 0 0.13 0.76 0.13
HSL 49.58º 0.71% 0.54% -
HSV(B) 49.58º 0.76% 0.87% -
XYZ 49.33 53.34 11.19 -
YUV 184.94 54.11 153.72 -
System Red Green Blue C M Y K H S L
Decimal 221 192 54 0 0.13 0.76 0.13 49.58 0.71 0.54
Hex DD C0 36 0 D 4C D 32 47 36
Octal 335 300 66 0 15 114 15 62 107 66
Binary 11011101 11000000 110110 0 1101 1001100 1101 110010 1000111 110110

Color Harmonies of #DDC036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC036

Black with #DDC036

Text Example


Text Example

White with #DDC036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC036; }

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

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

background-color css

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

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

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

border-color css

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

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

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