Html Css Color HEX #DDD904 Bird Flower

📋 copy color: '#DDD904'

red 221 ◦ green 217 ◦ blue 4

#DDD904
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #DDD904

Tints of Bird Flower #DDD904

RGB

 RED value IS 221 (86.72% from 255) = 50%

 GREEN value IS 217 (85.16% from 255) = 49.1%

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 50%
G = 49.1%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDD904 (or 0xDDD904) is known color: Bird Flower. HEX triplet: DD, D9 and 04. RGB value is (221,217,4). Sum of RGB (Red+Green+Blue) = 221+217+4=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD904 is #2226FB. Grayscale: #C2C2C2. Windows color (decimal): -2238204 or 317917. OLE color: 317917.

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

Color convert

RGB 221 217 4 -
CMYK 0 0.02 0.98 0.13
HSL 58.89º 0.96% 0.44% -
HSV(B) 58.89º 0.98% 0.87% -
XYZ 54.65 65.01 9.78 -
YUV 193.91 20.83 147.32 -
System Red Green Blue C M Y K H S L
Decimal 221 217 4 0 0.02 0.98 0.13 58.89 0.96 0.44
Hex DD D9 4 0 2 62 D 3B 60 2C
Octal 335 331 4 0 2 142 15 73 140 54
Binary 11011101 11011001 100 0 10 1100010 1101 111011 1100000 101100

Color Harmonies of #DDD904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD904

Black with #DDD904

Text Example


Text Example

White with #DDD904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD904; }

 p { color: rgb(221,217,4); }

 H1.HeaderClassName
 {
   color: #DDD904;
 }
 .AnyTagClassName
 {
   color: #DDD904;
 }
</style>

background-color css

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

 a { background-color: rgb(221,217,4); }

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

border-color css

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

 span { border-color: rgb(221,217,4); }

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