#DDC10C

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

Shades of Sunflower #DDC10C

Tints of Sunflower #DDC10C

Color information

#DDC10C (or 0xDDC10C) is unknown color: approx Sunflower. HEX triplet: DD, C1 and 0C. RGB value is (221,193,12). Sum of RGB (Red+Green+Blue) = 221+193+12=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC10C is #223EF3. Grayscale: #B5B5B5. Windows color (decimal): -2244340 or 836061. OLE color: 836061.

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

Color convert

RGB22119312-
CMYK00.130.950.13
HSL51.96º89.7%45.69%-
HSV(B)51.96º94.57%86.67%-
XYZ48.9653.548.1-
YUV180.7432.78156.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.88%
GREEN value IS 193 (75.78% from 255) = 45.31%
BLUE value IS 12 (5.08% from 255) = 2.82%
R=51.88%
G=45.31%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211931200.130.950.1351.9689.745.69
HexDDC1C0D5FD345a2e
Octal33530114015137156413256
Binary1101110111000001110001101101111111011101001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC10C; }

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

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

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

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

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

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

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

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