Html Css Color HEX #DDC239 Wattle

📋 copy color: '#DDC239'

red 221 ◦ green 194 ◦ blue 57

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

Shades of Wattle #DDC239

Tints of Wattle #DDC239

RGB

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

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

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

R = 46.82%
G = 41.1%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDC239 (or 0xDDC239) is known color: Wattle. HEX triplet: DD, C2 and 39. RGB value is (221,194,57). Sum of RGB (Red+Green+Blue) = 221+194+57=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC239 is #223DC6. Grayscale: #BBBBBB. Windows color (decimal): -2244039 or 3785437. OLE color: 3785437.

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

Color convert

RGB 221 194 57 -
CMYK 0 0.12 0.74 0.13
HSL 50.12º 0.71% 0.55% -
HSV(B) 50.12º 0.74% 0.87% -
XYZ 49.85 54.25 11.72 -
YUV 186.46 54.95 152.64 -
System Red Green Blue C M Y K H S L
Decimal 221 194 57 0 0.12 0.74 0.13 50.12 0.71 0.55
Hex DD C2 39 0 C 4A D 32 47 37
Octal 335 302 71 0 14 112 15 62 107 67
Binary 11011101 11000010 111001 0 1100 1001010 1101 110010 1000111 110111

Color Harmonies of #DDC239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC239

Black with #DDC239

Text Example


Text Example

White with #DDC239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC239; }

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

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

background-color css

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

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

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

border-color css

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

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

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