Html Css Color HEX #DDD20A Bird Flower

📋 copy color: '#DDD20A'

red 221 ◦ green 210 ◦ blue 10

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

Shades of Bird Flower #DDD20A

Tints of Bird Flower #DDD20A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.62%

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

R = 50.11%
G = 47.62%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDD20A (or 0xDDD20A) is known color: Bird Flower. HEX triplet: DD, D2 and 0A. RGB value is (221,210,10). Sum of RGB (Red+Green+Blue) = 221+210+10=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD20A is #222DF5. Grayscale: #BFBFBF. Windows color (decimal): -2239990 or 709341. OLE color: 709341.

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

Color convert

RGB 221 210 10 -
CMYK 0 0.05 0.95 0.13
HSL 56.87º 0.91% 0.45% -
HSV(B) 56.87º 0.95% 0.87% -
XYZ 52.92 61.49 9.37 -
YUV 190.49 26.14 149.76 -
System Red Green Blue C M Y K H S L
Decimal 221 210 10 0 0.05 0.95 0.13 56.87 0.91 0.45
Hex DD D2 A 0 5 5F D 39 5B 2D
Octal 335 322 12 0 5 137 15 71 133 55
Binary 11011101 11010010 1010 0 101 1011111 1101 111001 1011011 101101

Color Harmonies of #DDD20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD20A

Black with #DDD20A

Text Example


Text Example

White with #DDD20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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