Html Css Color HEX #DDC038 Wattle

📋 copy color: '#DDC038'

red 221 ◦ green 192 ◦ blue 56

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

Shades of Wattle #DDC038

Tints of Wattle #DDC038

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.94%

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

R = 47.12%
G = 40.94%
B = 11.94%

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

#DDC038 (or 0xDDC038) is known color: Wattle. HEX triplet: DD, C0 and 38. RGB value is (221,192,56). Sum of RGB (Red+Green+Blue) = 221+192+56=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC038 is #223FC7. Grayscale: #B9B9B9. Windows color (decimal): -2244552 or 3719389. OLE color: 3719389.

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

Color convert

RGB 221 192 56 -
CMYK 0 0.13 0.75 0.13
HSL 49.45º 0.71% 0.54% -
HSV(B) 49.45º 0.75% 0.87% -
XYZ 49.38 53.36 11.44 -
YUV 185.17 55.11 153.56 -
System Red Green Blue C M Y K H S L
Decimal 221 192 56 0 0.13 0.75 0.13 49.45 0.71 0.54
Hex DD C0 38 0 D 4B D 31 47 36
Octal 335 300 70 0 15 113 15 61 107 66
Binary 11011101 11000000 111000 0 1101 1001011 1101 110001 1000111 110110

Color Harmonies of #DDC038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC038

Black with #DDC038

Text Example


Text Example

White with #DDC038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC038; }

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

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

background-color css

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

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

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

border-color css

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

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

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