#ddd100

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

Shades of Bird Flower #DDD100

Tints of Bird Flower #DDD100

Color information

#DDD100 (or 0xDDD100) is unknown color: approx Bird Flower. HEX triplet: DD, D1 and 00. RGB value is (221,209,0). Sum of RGB (Red+Green+Blue) = 221+209+0=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD100 is #222EFF. Grayscale: #BDBDBD. Windows color (decimal): -2240256 or 53725. OLE color: 53725.

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

Color convert

RGB2212090-
CMYK00.0510.13
HSL56.74º100%43.33%-
HSV(B)56.74º100%86.67%-
XYZ52.6260.979-
YUV188.7621.48150.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.40%
GREEN value IS 209 (82.03% from 255) = 48.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.40%
G=48.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221209000.0510.1356.7410043.33
HexDDD100564D39642b
Octal335321005144157114453
Binary110111011101000100101110010011011110011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddd100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddd100; }

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

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

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

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

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

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

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

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