Html Css Color HEX #DDC138 Wattle

📋 copy color: '#DDC138'

red 221 ◦ green 193 ◦ blue 56

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

Shades of Wattle #DDC138

Tints of Wattle #DDC138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.91%

R = 47.02%
G = 41.06%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDC138 (or 0xDDC138) is known color: Wattle. HEX triplet: DD, C1 and 38. RGB value is (221,193,56). Sum of RGB (Red+Green+Blue) = 221+193+56=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC138 is #223EC7. Grayscale: #BABABA. Windows color (decimal): -2244296 or 3719645. OLE color: 3719645.

HSL color Cylindrical-coordinate representation of color #DDC138: hue angle of 49.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDC138 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 193 56 -
CMYK 0 0.13 0.75 0.13
HSL 49.82º 0.71% 0.54% -
HSV(B) 49.82º 0.75% 0.87% -
XYZ 49.6 53.8 11.51 -
YUV 185.75 54.78 153.14 -
System Red Green Blue C M Y K H S L
Decimal 221 193 56 0 0.13 0.75 0.13 49.82 0.71 0.54
Hex DD C1 38 0 D 4B D 32 47 36
Octal 335 301 70 0 15 113 15 62 107 66
Binary 11011101 11000001 111000 0 1101 1001011 1101 110010 1000111 110110

Color Harmonies of #DDC138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC138

Black with #DDC138

Text Example


Text Example

White with #DDC138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC138; }

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

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

background-color css

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

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

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

border-color css

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

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

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