Html Css Color HEX #DDD804 Bird Flower

📋 copy color: '#DDD804'

red 221 ◦ green 216 ◦ blue 4

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

Shades of Bird Flower #DDD804

Tints of Bird Flower #DDD804

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.98%

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

R = 50.11%
G = 48.98%
B = 0.91%

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

#DDD804 (or 0xDDD804) is known color: Bird Flower. HEX triplet: DD, D8 and 04. RGB value is (221,216,4). Sum of RGB (Red+Green+Blue) = 221+216+4=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD804 is #2227FB. Grayscale: #C2C2C2. Windows color (decimal): -2238460 or 317661. OLE color: 317661.

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

Color convert

RGB 221 216 4 -
CMYK 0 0.02 0.98 0.13
HSL 58.62º 0.96% 0.44% -
HSV(B) 58.62º 0.98% 0.87% -
XYZ 54.4 64.49 9.7 -
YUV 193.33 21.16 147.74 -
System Red Green Blue C M Y K H S L
Decimal 221 216 4 0 0.02 0.98 0.13 58.62 0.96 0.44
Hex DD D8 4 0 2 62 D 3B 60 2C
Octal 335 330 4 0 2 142 15 73 140 54
Binary 11011101 11011000 100 0 10 1100010 1101 111011 1100000 101100

Color Harmonies of #DDD804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD804

Black with #DDD804

Text Example


Text Example

White with #DDD804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD804; }

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

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

background-color css

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

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

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

border-color css

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

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

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