Html Css Color HEX #DDC139 Wattle

📋 copy color: '#DDC139'

red 221 ◦ green 193 ◦ blue 57

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

Shades of Wattle #DDC139

Tints of Wattle #DDC139

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.98%

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

R = 46.92%
G = 40.98%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDC139 (or 0xDDC139) is known color: Wattle. HEX triplet: DD, C1 and 39. RGB value is (221,193,57). Sum of RGB (Red+Green+Blue) = 221+193+57=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC139 is #223EC6. Grayscale: #BABABA. Windows color (decimal): -2244295 or 3785181. OLE color: 3785181.

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

Color convert

RGB 221 193 57 -
CMYK 0 0.13 0.74 0.13
HSL 49.76º 0.71% 0.55% -
HSV(B) 49.76º 0.74% 0.87% -
XYZ 49.63 53.81 11.64 -
YUV 185.87 55.28 153.06 -
System Red Green Blue C M Y K H S L
Decimal 221 193 57 0 0.13 0.74 0.13 49.76 0.71 0.55
Hex DD C1 39 0 D 4A D 32 47 37
Octal 335 301 71 0 15 112 15 62 107 67
Binary 11011101 11000001 111001 0 1101 1001010 1101 110010 1000111 110111

Color Harmonies of #DDC139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC139

Black with #DDC139

Text Example


Text Example

White with #DDC139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC139; }

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

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

background-color css

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

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

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

border-color css

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

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

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