Html Css Color HEX #DDC538 Wattle

📋 copy color: '#DDC538'

red 221 ◦ green 197 ◦ blue 56

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

Shades of Wattle #DDC538

Tints of Wattle #DDC538

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.56%

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

R = 46.62%
G = 41.56%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDC538 (or 0xDDC538) is known color: Wattle. HEX triplet: DD, C5 and 38. RGB value is (221,197,56). Sum of RGB (Red+Green+Blue) = 221+197+56=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC538 is #223AC7. Grayscale: #BCBCBC. Windows color (decimal): -2243272 or 3720669. OLE color: 3720669.

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

Color convert

RGB 221 197 56 -
CMYK 0 0.11 0.75 0.13
HSL 51.27º 0.71% 0.54% -
HSV(B) 51.27º 0.75% 0.87% -
XYZ 50.5 55.59 11.81 -
YUV 188.1 53.45 151.46 -
System Red Green Blue C M Y K H S L
Decimal 221 197 56 0 0.11 0.75 0.13 51.27 0.71 0.54
Hex DD C5 38 0 B 4B D 33 47 36
Octal 335 305 70 0 13 113 15 63 107 66
Binary 11011101 11000101 111000 0 1011 1001011 1101 110011 1000111 110110

Color Harmonies of #DDC538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC538

Black with #DDC538

Text Example


Text Example

White with #DDC538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC538; }

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

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

background-color css

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

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

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

border-color css

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

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

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