#DDCA03

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

Shades of Bird Flower #DDCA03

Tints of Bird Flower #DDCA03

Color information

#DDCA03 (or 0xDDCA03) is unknown color: approx Bird Flower. HEX triplet: DD, CA and 03. RGB value is (221,202,3). Sum of RGB (Red+Green+Blue) = 221+202+3=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 3 (1.56% from 255 or 0.70% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCA03 is #2235FC. Grayscale: #B9B9B9. Windows color (decimal): -2242045 or 248541. OLE color: 248541.

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

Color convert

RGB2212023-
CMYK00.090.990.13
HSL54.77º97.32%43.92%-
HSV(B)54.77º98.64%86.67%-
XYZ50.9657.628.52-
YUV18525.29153.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.88%
GREEN value IS 202 (79.30% from 255) = 47.42%
BLUE value IS 3 (1.56% from 255) = 0.70%
R=51.88%
G=47.42%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221202300.090.990.1354.7797.3243.92
HexDDCA30963D37612c
Octal3353123011143156714154
Binary11011101110010101101001110001111011101111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA03; }

 p { color: rgb(221,202,3); }

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

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

 a { background-color: rgb(221,202,3); }

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

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

 span { border-color: rgb(221,202,3); }

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