#DDC422

Color #DDC422 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #DDC422

Tints of Sunflower #DDC422

Color information

#DDC422 (or 0xDDC422) is unknown color: approx Sunflower. HEX triplet: DD, C4 and 22. RGB value is (221,196,34). Sum of RGB (Red+Green+Blue) = 221+196+34=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC422 is #223BDD. Grayscale: #B9B9B9. Windows color (decimal): -2243550 or 2278621. OLE color: 2278621.

HSL color Cylindrical-coordinate representation of color #DDC422: hue angle of 51.98º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDC422 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB22119634-
CMYK00.110.850.13
HSL51.98º73.33%50%-
HSV(B)51.98º84.62%86.67%-
XYZ49.8554.979.5-
YUV185.0142.78153.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 196 (76.95% from 255) = 43.46%
BLUE value IS 34 (13.67% from 255) = 7.54%
R=49.00%
G=43.46%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211963400.110.850.1351.9873.3350
HexDDC4220B55D344932
Octal33530442013125156411162
Binary110111011100010010001001011101010111011101001001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC422; }

 p { color: rgb(221,196,34); }

 H1.HeaderClassName
 {
   color: #DDC422;
 }
 .AnyTagClassName
 {
   color: #DDC422;
 }
</style>
background-color css

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

 a { background-color: rgb(221,196,34); }

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

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

 span { border-color: rgb(221,196,34); }

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