Html Css Color HEX #DED509 Bird Flower

📋 copy color: '#DED509'

red 222 ◦ green 213 ◦ blue 9

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

Shades of Bird Flower #DED509

Tints of Bird Flower #DED509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.03%

R = 50%
G = 47.97%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DED509 (or 0xDED509) is known color: Bird Flower. HEX triplet: DE, D5 and 09. RGB value is (222,213,9). Sum of RGB (Red+Green+Blue) = 222+213+9=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 9 (3.91% from 255 or 2.03% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DED509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED509 is #212AF6. Grayscale: #C1C1C1. Windows color (decimal): -2173687 or 644574. OLE color: 644574.

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

Color convert

RGB 222 213 9 -
CMYK 0 0.04 0.96 0.13
HSL 57.46º 0.92% 0.45% -
HSV(B) 57.46º 0.96% 0.87% -
XYZ 53.97 63.14 9.6 -
YUV 192.44 24.48 149.09 -
System Red Green Blue C M Y K H S L
Decimal 222 213 9 0 0.04 0.96 0.13 57.46 0.92 0.45
Hex DE D5 9 0 4 60 D 39 5C 2D
Octal 336 325 11 0 4 140 15 71 134 55
Binary 11011110 11010101 1001 0 100 1100000 1101 111001 1011100 101101

Color Harmonies of #DED509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED509

Black with #DED509

Text Example


Text Example

White with #DED509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED509; }

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

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

background-color css

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

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

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

border-color css

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

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

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