#DDC31B

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

Shades of Sunflower #DDC31B

Tints of Sunflower #DDC31B

Color information

#DDC31B (or 0xDDC31B) is unknown color: approx Sunflower. HEX triplet: DD, C3 and 1B. RGB value is (221,195,27). Sum of RGB (Red+Green+Blue) = 221+195+27=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC31B is #223CE4. Grayscale: #B8B8B8. Windows color (decimal): -2243813 or 1819613. OLE color: 1819613.

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

Color convert

RGB22119527-
CMYK00.120.880.13
HSL51.96º78.23%48.63%-
HSV(B)51.96º87.78%86.67%-
XYZ49.5354.488.94-
YUV183.6239.61154.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 195 (76.56% from 255) = 44.02%
BLUE value IS 27 (10.94% from 255) = 6.09%
R=49.89%
G=44.02%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211952700.120.880.1351.9678.2348.63
HexDDC31B0C58D344e31
Octal33530333014130156411661
Binary11011101110000111101101100101100011011101001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC31B; }

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

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

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

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

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

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

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

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