Html Css Color HEX #DDD404 Bird Flower

📋 copy color: '#DDD404'

red 221 ◦ green 212 ◦ blue 4

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

Shades of Bird Flower #DDD404

Tints of Bird Flower #DDD404

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.51%

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

R = 50.57%
G = 48.51%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDD404 (or 0xDDD404) is known color: Bird Flower. HEX triplet: DD, D4 and 04. RGB value is (221,212,4). Sum of RGB (Red+Green+Blue) = 221+212+4=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD404 is #222BFB. Grayscale: #BFBFBF. Windows color (decimal): -2239484 or 316637. OLE color: 316637.

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

Color convert

RGB 221 212 4 -
CMYK 0 0.04 0.98 0.13
HSL 57.51º 0.96% 0.44% -
HSV(B) 57.51º 0.98% 0.87% -
XYZ 53.38 62.47 9.36 -
YUV 190.98 22.48 149.41 -
System Red Green Blue C M Y K H S L
Decimal 221 212 4 0 0.04 0.98 0.13 57.51 0.96 0.44
Hex DD D4 4 0 4 62 D 3A 60 2C
Octal 335 324 4 0 4 142 15 72 140 54
Binary 11011101 11010100 100 0 100 1100010 1101 111010 1100000 101100

Color Harmonies of #DDD404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD404

Black with #DDD404

Text Example


Text Example

White with #DDD404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD404; }

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

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

background-color css

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

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

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

border-color css

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

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

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