Html Css Color HEX #DDD906 Bird Flower

📋 copy color: '#DDD906'

red 221 ◦ green 217 ◦ blue 6

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

Shades of Bird Flower #DDD906

Tints of Bird Flower #DDD906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.35%

R = 49.77%
G = 48.87%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDD906 (or 0xDDD906) is known color: Bird Flower. HEX triplet: DD, D9 and 06. RGB value is (221,217,6). Sum of RGB (Red+Green+Blue) = 221+217+6=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 6 (2.73% from 255 or 1.35% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD906 is #2226F9. Grayscale: #C2C2C2. Windows color (decimal): -2238202 or 448989. OLE color: 448989.

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

Color convert

RGB 221 217 6 -
CMYK 0 0.02 0.97 0.13
HSL 58.88º 0.95% 0.45% -
HSV(B) 58.88º 0.97% 0.87% -
XYZ 54.66 65.01 9.84 -
YUV 194.14 21.83 147.16 -
System Red Green Blue C M Y K H S L
Decimal 221 217 6 0 0.02 0.97 0.13 58.88 0.95 0.45
Hex DD D9 6 0 2 61 D 3B 5F 2D
Octal 335 331 6 0 2 141 15 73 137 55
Binary 11011101 11011001 110 0 10 1100001 1101 111011 1011111 101101

Color Harmonies of #DDD906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD906

Black with #DDD906

Text Example


Text Example

White with #DDD906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD906; }

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

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

background-color css

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

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

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

border-color css

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

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

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