Html Css Color HEX #DDD807 Bird Flower

📋 copy color: '#DDD807'

red 221 ◦ green 216 ◦ blue 7

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

Shades of Bird Flower #DDD807

Tints of Bird Flower #DDD807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.58%

R = 49.77%
G = 48.65%
B = 1.58%

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

#DDD807 (or 0xDDD807) is known color: Bird Flower. HEX triplet: DD, D8 and 07. RGB value is (221,216,7). Sum of RGB (Red+Green+Blue) = 221+216+7=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 7 (3.12% from 255 or 1.58% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD807 is #2227F8. Grayscale: #C2C2C2. Windows color (decimal): -2238457 or 514269. OLE color: 514269.

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

Color convert

RGB 221 216 7 -
CMYK 0 0.02 0.97 0.13
HSL 58.6º 0.94% 0.45% -
HSV(B) 58.6º 0.97% 0.87% -
XYZ 54.41 64.5 9.78 -
YUV 193.67 22.66 147.49 -
System Red Green Blue C M Y K H S L
Decimal 221 216 7 0 0.02 0.97 0.13 58.6 0.94 0.45
Hex DD D8 7 0 2 61 D 3B 5E 2D
Octal 335 330 7 0 2 141 15 73 136 55
Binary 11011101 11011000 111 0 10 1100001 1101 111011 1011110 101101

Color Harmonies of #DDD807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD807

Black with #DDD807

Text Example


Text Example

White with #DDD807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD807; }

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

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

background-color css

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

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

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

border-color css

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

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

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