Html Css Color HEX #DDDA05 Bird Flower

📋 copy color: '#DDDA05'

red 221 ◦ green 218 ◦ blue 5

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

Shades of Bird Flower #DDDA05

Tints of Bird Flower #DDDA05

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.1%

 BLUE value IS 5 (2.34% from 255) = 1.13%

R = 49.77%
G = 49.1%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDDA05 (or 0xDDDA05) is known color: Bird Flower. HEX triplet: DD, DA and 05. RGB value is (221,218,5). Sum of RGB (Red+Green+Blue) = 221+218+5=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 5 (2.34% from 255 or 1.13% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA05 is #2225FA. Grayscale: #C3C3C3. Windows color (decimal): -2237947 or 383709. OLE color: 383709.

HSL color Cylindrical-coordinate representation of color #DDDA05: hue angle of 59.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDDA05 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 5 -
CMYK 0 0.01 0.98 0.13
HSL 59.17º 0.96% 0.44% -
HSV(B) 59.17º 0.98% 0.87% -
XYZ 54.92 65.53 9.9 -
YUV 194.62 20.99 146.82 -
System Red Green Blue C M Y K H S L
Decimal 221 218 5 0 0.01 0.98 0.13 59.17 0.96 0.44
Hex DD DA 5 0 1 62 D 3B 60 2C
Octal 335 332 5 0 1 142 15 73 140 54
Binary 11011101 11011010 101 0 1 1100010 1101 111011 1100000 101100

Color Harmonies of #DDDA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA05

Black with #DDDA05

Text Example


Text Example

White with #DDDA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA05; }

 p { color: rgb(221,218,5); }

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

background-color css

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

 a { background-color: rgb(221,218,5); }

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

border-color css

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

 span { border-color: rgb(221,218,5); }

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