#ddd000

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

Shades of Bird Flower #DDD000

Tints of Bird Flower #DDD000

Color information

#DDD000 (or 0xDDD000) is unknown color: approx Bird Flower. HEX triplet: DD, D0 and 00. RGB value is (221,208,0). Sum of RGB (Red+Green+Blue) = 221+208+0=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD000 is #222FFF. Grayscale: #BDBDBD. Windows color (decimal): -2240512 or 53469. OLE color: 53469.

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

Color convert

RGB2212080-
CMYK00.0610.13
HSL56.47º100%43.33%-
HSV(B)56.47º100%86.67%-
XYZ52.3760.488.91-
YUV188.1821.81151.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.52%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.52%
G=48.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221208000.0610.1356.4710043.33
HexDDD000664D38642b
Octal335320006144157014453
Binary110111011101000000110110010011011110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddd000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddd000; }

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

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

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

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

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

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

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

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