Html Css Color HEX #DED505 Bird Flower

📋 copy color: '#DED505'

red 222 ◦ green 213 ◦ blue 5

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

Shades of Bird Flower #DED505

Tints of Bird Flower #DED505

RGB

 RED value IS 222 (87.11% from 255) = 50.45%

 GREEN value IS 213 (83.59% from 255) = 48.41%

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

R = 50.45%
G = 48.41%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DED505 (or 0xDED505) is known color: Bird Flower. HEX triplet: DE, D5 and 05. RGB value is (222,213,5). Sum of RGB (Red+Green+Blue) = 222+213+5=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DED505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED505 is #212AFA. Grayscale: #C0C0C0. Windows color (decimal): -2173691 or 382430. OLE color: 382430.

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

Color convert

RGB 222 213 5 -
CMYK 0 0.04 0.98 0.13
HSL 57.51º 0.96% 0.45% -
HSV(B) 57.51º 0.98% 0.87% -
XYZ 53.95 63.13 9.49 -
YUV 191.98 22.48 149.41 -
System Red Green Blue C M Y K H S L
Decimal 222 213 5 0 0.04 0.98 0.13 57.51 0.96 0.45
Hex DE D5 5 0 4 62 D 3A 60 2D
Octal 336 325 5 0 4 142 15 72 140 55
Binary 11011110 11010101 101 0 100 1100010 1101 111010 1100000 101101

Color Harmonies of #DED505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED505

Black with #DED505

Text Example


Text Example

White with #DED505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED505; }

 p { color: rgb(222,213,5); }

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

background-color css

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

 a { background-color: rgb(222,213,5); }

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

border-color css

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

 span { border-color: rgb(222,213,5); }

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