Html Css Color HEX #DED605 Bird Flower

📋 copy color: '#DED605'

red 222 ◦ green 214 ◦ blue 5

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

Shades of Bird Flower #DED605

Tints of Bird Flower #DED605

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.53%

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

R = 50.34%
G = 48.53%
B = 1.13%

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

#DED605 (or 0xDED605) is known color: Bird Flower. HEX triplet: DE, D6 and 05. RGB value is (222,214,5). Sum of RGB (Red+Green+Blue) = 222+214+5=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DED605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED605 is #2129FA. Grayscale: #C1C1C1. Windows color (decimal): -2173435 or 382686. OLE color: 382686.

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

Color convert

RGB 222 214 5 -
CMYK 0 0.04 0.98 0.13
HSL 57.79º 0.96% 0.45% -
HSV(B) 57.79º 0.98% 0.87% -
XYZ 54.2 63.63 9.57 -
YUV 192.57 22.15 148.99 -
System Red Green Blue C M Y K H S L
Decimal 222 214 5 0 0.04 0.98 0.13 57.79 0.96 0.45
Hex DE D6 5 0 4 62 D 3A 60 2D
Octal 336 326 5 0 4 142 15 72 140 55
Binary 11011110 11010110 101 0 100 1100010 1101 111010 1100000 101101

Color Harmonies of #DED605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED605

Black with #DED605

Text Example


Text Example

White with #DED605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED605; }

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

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

background-color css

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

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

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

border-color css

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

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

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