Html Css Color HEX #DDD309 Bird Flower

📋 copy color: '#DDD309'

red 221 ◦ green 211 ◦ blue 9

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

Shades of Bird Flower #DDD309

Tints of Bird Flower #DDD309

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.85%

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

R = 50.11%
G = 47.85%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDD309 (or 0xDDD309) is known color: Bird Flower. HEX triplet: DD, D3 and 09. RGB value is (221,211,9). Sum of RGB (Red+Green+Blue) = 221+211+9=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 9 (3.91% from 255 or 2.04% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD309 is #222CF6. Grayscale: #BFBFBF. Windows color (decimal): -2239735 or 644061. OLE color: 644061.

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

Color convert

RGB 221 211 9 -
CMYK 0 0.05 0.96 0.13
HSL 57.17º 0.92% 0.45% -
HSV(B) 57.17º 0.96% 0.87% -
XYZ 53.16 61.98 9.42 -
YUV 190.96 25.31 149.43 -
System Red Green Blue C M Y K H S L
Decimal 221 211 9 0 0.05 0.96 0.13 57.17 0.92 0.45
Hex DD D3 9 0 5 60 D 39 5C 2D
Octal 335 323 11 0 5 140 15 71 134 55
Binary 11011101 11010011 1001 0 101 1100000 1101 111001 1011100 101101

Color Harmonies of #DDD309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD309

Black with #DDD309

Text Example


Text Example

White with #DDD309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD309; }

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

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

background-color css

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

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

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

border-color css

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

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

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