#DDD607

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

Shades of Bird Flower #DDD607

Tints of Bird Flower #DDD607

Color information

#DDD607 (or 0xDDD607) is unknown color: approx Bird Flower. HEX triplet: DD, D6 and 07. RGB value is (221,214,7). Sum of RGB (Red+Green+Blue) = 221+214+7=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 7 (3.12% from 255 or 1.58% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD607 is #2229F8. Grayscale: #C1C1C1. Windows color (decimal): -2238969 or 513757. OLE color: 513757.

HSL color Cylindrical-coordinate representation of color #DDD607: hue angle of 58.04º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDD607 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB2212147-
CMYK00.030.970.13
HSL58.04º93.86%44.71%-
HSV(B)58.04º96.83%86.67%-
XYZ53.963.489.61-
YUV192.523.32148.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50%
GREEN value IS 214 (83.98% from 255) = 48.42%
BLUE value IS 7 (3.12% from 255) = 1.58%
R=50%
G=48.42%
B=1.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221214700.030.970.1358.0493.8644.71
HexDDD670361D3a5e2d
Octal335326703141157213655
Binary1101110111010110111011110000111011110101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD607; }

 p { color: rgb(221,214,7); }

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

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

 a { background-color: rgb(221,214,7); }

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

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

 span { border-color: rgb(221,214,7); }

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