Html Css Color HEX #DDC236 Wattle

📋 copy color: '#DDC236'

red 221 ◦ green 194 ◦ blue 54

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

Shades of Wattle #DDC236

Tints of Wattle #DDC236

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.36%

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

R = 47.12%
G = 41.36%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDC236 (or 0xDDC236) is known color: Wattle. HEX triplet: DD, C2 and 36. RGB value is (221,194,54). Sum of RGB (Red+Green+Blue) = 221+194+54=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC236 is #223DC9. Grayscale: #BABABA. Windows color (decimal): -2244042 or 3588829. OLE color: 3588829.

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

Color convert

RGB 221 194 54 -
CMYK 0 0.12 0.76 0.13
HSL 50.3º 0.71% 0.54% -
HSV(B) 50.3º 0.76% 0.87% -
XYZ 49.78 54.22 11.33 -
YUV 186.11 53.45 152.88 -
System Red Green Blue C M Y K H S L
Decimal 221 194 54 0 0.12 0.76 0.13 50.3 0.71 0.54
Hex DD C2 36 0 C 4C D 32 47 36
Octal 335 302 66 0 14 114 15 62 107 66
Binary 11011101 11000010 110110 0 1100 1001100 1101 110010 1000111 110110

Color Harmonies of #DDC236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC236

Black with #DDC236

Text Example


Text Example

White with #DDC236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC236; }

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

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

background-color css

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

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

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

border-color css

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

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

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