#DDC712

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

Shades of Sunflower #DDC712

Tints of Sunflower #DDC712

Color information

#DDC712 (or 0xDDC712) is unknown color: approx Sunflower. HEX triplet: DD, C7 and 12. RGB value is (221,199,18). Sum of RGB (Red+Green+Blue) = 221+199+18=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC712 is #2238ED. Grayscale: #B9B9B9. Windows color (decimal): -2242798 or 1230813. OLE color: 1230813.

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

Color convert

RGB22119918-
CMYK00.100.920.13
HSL53.5º84.94%46.86%-
HSV(B)53.5º91.86%86.67%-
XYZ50.3556.268.78-
YUV184.9433.79153.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.46%
GREEN value IS 199 (78.12% from 255) = 45.43%
BLUE value IS 18 (7.42% from 255) = 4.11%
R=50.46%
G=45.43%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211991800.100.920.1353.584.9446.86
HexDDC7120A5CD35552f
Octal33530722012134156512557
Binary11011101110001111001001010101110011011101011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC712; }

 p { color: rgb(221,199,18); }

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

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

 a { background-color: rgb(221,199,18); }

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

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

 span { border-color: rgb(221,199,18); }

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