Html Css Color HEX #DDD806 Bird Flower

📋 copy color: '#DDD806'

red 221 ◦ green 216 ◦ blue 6

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

Shades of Bird Flower #DDD806

Tints of Bird Flower #DDD806

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.76%

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

R = 49.89%
G = 48.76%
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

#DDD806 (or 0xDDD806) is known color: Bird Flower. HEX triplet: DD, D8 and 06. RGB value is (221,216,6). Sum of RGB (Red+Green+Blue) = 221+216+6=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 6 (2.73% from 255 or 1.35% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD806 is #2227F9. Grayscale: #C2C2C2. Windows color (decimal): -2238458 or 448733. OLE color: 448733.

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

Color convert

RGB 221 216 6 -
CMYK 0 0.02 0.97 0.13
HSL 58.6º 0.95% 0.45% -
HSV(B) 58.6º 0.97% 0.87% -
XYZ 54.41 64.5 9.75 -
YUV 193.56 22.16 147.58 -
System Red Green Blue C M Y K H S L
Decimal 221 216 6 0 0.02 0.97 0.13 58.6 0.95 0.45
Hex DD D8 6 0 2 61 D 3B 5F 2D
Octal 335 330 6 0 2 141 15 73 137 55
Binary 11011101 11011000 110 0 10 1100001 1101 111011 1011111 101101

Color Harmonies of #DDD806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD806

Black with #DDD806

Text Example


Text Example

White with #DDD806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD806; }

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

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

background-color css

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

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

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

border-color css

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

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

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