#DDD400

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

Shades of Bird Flower #DDD400

Tints of Bird Flower #DDD400

Color information

#DDD400 (or 0xDDD400) is unknown color: approx Bird Flower. HEX triplet: DD, D4 and 00. RGB value is (221,212,0). Sum of RGB (Red+Green+Blue) = 221+212+0=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD400 is #222BFF. Grayscale: #BFBFBF. Windows color (decimal): -2239488 or 54493. OLE color: 54493.

HSL color Cylindrical-coordinate representation of color #DDD400: hue angle of 57.56º 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 #DDD400 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB2212120-
CMYK00.0410.13
HSL57.56º100%43.33%-
HSV(B)57.56º100%86.67%-
XYZ53.3662.469.24-
YUV190.5220.48149.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.04%
GREEN value IS 212 (83.20% from 255) = 48.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.04%
G=48.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221212000.0410.1357.5610043.33
HexDDD400464D3a642b
Octal335324004144157214453
Binary110111011101010000100110010011011110101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD400; }

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

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

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

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

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

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

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

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