Html Css Color HEX #DDD30A Bird Flower

📋 copy color: '#DDD30A'

red 221 ◦ green 211 ◦ blue 10

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

Shades of Bird Flower #DDD30A

Tints of Bird Flower #DDD30A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.74%

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

R = 50%
G = 47.74%
B = 2.26%

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

#DDD30A (or 0xDDD30A) is known color: Bird Flower. HEX triplet: DD, D3 and 0A. RGB value is (221,211,10). Sum of RGB (Red+Green+Blue) = 221+211+10=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD30A is #222CF5. Grayscale: #BFBFBF. Windows color (decimal): -2239734 or 709597. OLE color: 709597.

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

Color convert

RGB 221 211 10 -
CMYK 0 0.05 0.95 0.13
HSL 57.16º 0.91% 0.45% -
HSV(B) 57.16º 0.95% 0.87% -
XYZ 53.17 61.98 9.45 -
YUV 191.08 25.81 149.34 -
System Red Green Blue C M Y K H S L
Decimal 221 211 10 0 0.05 0.95 0.13 57.16 0.91 0.45
Hex DD D3 A 0 5 5F D 39 5B 2D
Octal 335 323 12 0 5 137 15 71 133 55
Binary 11011101 11010011 1010 0 101 1011111 1101 111001 1011011 101101

Color Harmonies of #DDD30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD30A

Black with #DDD30A

Text Example


Text Example

White with #DDD30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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