Html Css Color HEX #DDD609 Bird Flower

📋 copy color: '#DDD609'

red 221 ◦ green 214 ◦ blue 9

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

Shades of Bird Flower #DDD609

Tints of Bird Flower #DDD609

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.2%

 BLUE value IS 9 (3.91% from 255) = 2.03%

R = 49.77%
G = 48.2%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDD609 (or 0xDDD609) is known color: Bird Flower. HEX triplet: DD, D6 and 09. RGB value is (221,214,9). Sum of RGB (Red+Green+Blue) = 221+214+9=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 9 (3.91% from 255 or 2.03% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD609 is #2229F6. Grayscale: #C1C1C1. Windows color (decimal): -2238967 or 644829. OLE color: 644829.

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

Color convert

RGB 221 214 9 -
CMYK 0 0.03 0.96 0.13
HSL 58.02º 0.92% 0.45% -
HSV(B) 58.02º 0.96% 0.87% -
XYZ 53.91 63.49 9.67 -
YUV 192.72 24.32 148.17 -
System Red Green Blue C M Y K H S L
Decimal 221 214 9 0 0.03 0.96 0.13 58.02 0.92 0.45
Hex DD D6 9 0 3 60 D 3A 5C 2D
Octal 335 326 11 0 3 140 15 72 134 55
Binary 11011101 11010110 1001 0 11 1100000 1101 111010 1011100 101101

Color Harmonies of #DDD609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD609

Black with #DDD609

Text Example


Text Example

White with #DDD609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD609; }

 p { color: rgb(221,214,9); }

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

background-color css

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

 a { background-color: rgb(221,214,9); }

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

border-color css

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

 span { border-color: rgb(221,214,9); }

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