Html Css Color HEX #DDDC05 Bird Flower

📋 copy color: '#DDDC05'

red 221 ◦ green 220 ◦ blue 5

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

Shades of Bird Flower #DDDC05

Tints of Bird Flower #DDDC05

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.33%

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

R = 49.55%
G = 49.33%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDDC05 (or 0xDDDC05) is known color: Bird Flower. HEX triplet: DD, DC and 05. RGB value is (221,220,5). Sum of RGB (Red+Green+Blue) = 221+220+5=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 5 (2.34% from 255 or 1.12% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC05 is #2223FA. Grayscale: #C4C4C4. Windows color (decimal): -2237435 or 384221. OLE color: 384221.

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

Color convert

RGB 221 220 5 -
CMYK 0 0.00 0.98 0.13
HSL 59.72º 0.96% 0.44% -
HSV(B) 59.72º 0.98% 0.87% -
XYZ 55.44 66.57 10.07 -
YUV 195.79 20.33 145.98 -
System Red Green Blue C M Y K H S L
Decimal 221 220 5 0 0.00 0.98 0.13 59.72 0.96 0.44
Hex DD DC 5 0 0 62 D 3C 60 2C
Octal 335 334 5 0 0 142 15 74 140 54
Binary 11011101 11011100 101 0 0 1100010 1101 111100 1100000 101100

Color Harmonies of #DDDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC05

Black with #DDDC05

Text Example


Text Example

White with #DDDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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