Html Css Color HEX #DDD80A Bird Flower

📋 copy color: '#DDD80A'

red 221 ◦ green 216 ◦ blue 10

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

Shades of Bird Flower #DDD80A

Tints of Bird Flower #DDD80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.24%

R = 49.44%
G = 48.32%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDD80A (or 0xDDD80A) is known color: Bird Flower. HEX triplet: DD, D8 and 0A. RGB value is (221,216,10). Sum of RGB (Red+Green+Blue) = 221+216+10=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD80A is #2227F5. Grayscale: #C2C2C2. Windows color (decimal): -2238454 or 710877. OLE color: 710877.

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

Color convert

RGB 221 216 10 -
CMYK 0 0.02 0.95 0.13
HSL 58.58º 0.91% 0.45% -
HSV(B) 58.58º 0.95% 0.87% -
XYZ 54.43 64.51 9.87 -
YUV 194.01 24.16 147.25 -
System Red Green Blue C M Y K H S L
Decimal 221 216 10 0 0.02 0.95 0.13 58.58 0.91 0.45
Hex DD D8 A 0 2 5F D 3B 5B 2D
Octal 335 330 12 0 2 137 15 73 133 55
Binary 11011101 11011000 1010 0 10 1011111 1101 111011 1011011 101101

Color Harmonies of #DDD80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD80A

Black with #DDD80A

Text Example


Text Example

White with #DDD80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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