#DDC30F

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

Shades of Sunflower #DDC30F

Tints of Sunflower #DDC30F

Color information

#DDC30F (or 0xDDC30F) is unknown color: approx Sunflower. HEX triplet: DD, C3 and 0F. RGB value is (221,195,15). Sum of RGB (Red+Green+Blue) = 221+195+15=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC30F is #223CF0. Grayscale: #B7B7B7. Windows color (decimal): -2243825 or 1033181. OLE color: 1033181.

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

Color convert

RGB22119515-
CMYK00.120.930.13
HSL52.43º87.29%46.27%-
HSV(B)52.43º93.21%86.67%-
XYZ49.4254.448.35-
YUV182.2533.61155.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.28%
GREEN value IS 195 (76.56% from 255) = 45.24%
BLUE value IS 15 (6.25% from 255) = 3.48%
R=51.28%
G=45.24%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211951500.120.930.1352.4387.2946.27
HexDDC3F0C5DD34572e
Octal33530317014135156412756
Binary1101110111000011111101100101110111011101001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC30F; }

 p { color: rgb(221,195,15); }

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

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

 a { background-color: rgb(221,195,15); }

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

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

 span { border-color: rgb(221,195,15); }

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