#DDBA00

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

Shades of Sunflower #DDBA00

Tints of Sunflower #DDBA00

Color information

#DDBA00 (or 0xDDBA00) is unknown color: approx Sunflower. HEX triplet: DD, BA and 00. RGB value is (221,186,0). Sum of RGB (Red+Green+Blue) = 221+186+0=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA00 is #2245FF. Grayscale: #B0B0B0. Windows color (decimal): -2246144 or 47837. OLE color: 47837.

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

Color convert

RGB2211860-
CMYK00.1610.13
HSL50.5º100%43.33%-
HSV(B)50.5º100%86.67%-
XYZ47.3850.497.25-
YUV175.2629.1160.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.30%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.30%
G=45.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221186000.1610.1350.510043.33
HexDDBA001064D32642b
Octal3352720020144156214453
Binary11011101101110100010000110010011011100101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA00; }

 p { color: rgb(221,186,0); }

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

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

 a { background-color: rgb(221,186,0); }

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

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

 span { border-color: rgb(221,186,0); }

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