Html Css Color HEX #DDD905 Bird Flower

📋 copy color: '#DDD905'

red 221 ◦ green 217 ◦ blue 5

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

Shades of Bird Flower #DDD905

Tints of Bird Flower #DDD905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.13%

R = 49.89%
G = 48.98%
B = 1.13%

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

#DDD905 (or 0xDDD905) is known color: Bird Flower. HEX triplet: DD, D9 and 05. RGB value is (221,217,5). Sum of RGB (Red+Green+Blue) = 221+217+5=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD905 is #2226FA. Grayscale: #C2C2C2. Windows color (decimal): -2238203 or 383453. OLE color: 383453.

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

Color convert

RGB 221 217 5 -
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.66 65.01 9.81 -
YUV 194.03 21.33 147.24 -
System Red Green Blue C M Y K H S L
Decimal 221 217 5 0 0.02 0.98 0.13 58.89 0.96 0.44
Hex DD D9 5 0 2 62 D 3B 60 2C
Octal 335 331 5 0 2 142 15 73 140 54
Binary 11011101 11011001 101 0 10 1100010 1101 111011 1100000 101100

Color Harmonies of #DDD905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD905

Black with #DDD905

Text Example


Text Example

White with #DDD905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD905; }

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

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

background-color css

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

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

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

border-color css

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

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

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