Html Css Color HEX #DED501 Bird Flower

📋 copy color: '#DED501'

red 222 ◦ green 213 ◦ blue 1

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

Shades of Bird Flower #DED501

Tints of Bird Flower #DED501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 50.92%
G = 48.85%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DED501 (or 0xDED501) is known color: Bird Flower. HEX triplet: DE, D5 and 01. RGB value is (222,213,1). Sum of RGB (Red+Green+Blue) = 222+213+1=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DED501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED501 is #212AFE. Grayscale: #C0C0C0. Windows color (decimal): -2173695 or 120286. OLE color: 120286.

HSL color Cylindrical-coordinate representation of color #DED501: hue angle of 57.56º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DED501 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 213 1 -
CMYK 0 0.04 1.00 0.13
HSL 57.56º 0.99% 0.44% -
HSV(B) 57.56º 1% 0.87% -
XYZ 53.92 63.12 9.37 -
YUV 191.52 20.48 149.74 -
System Red Green Blue C M Y K H S L
Decimal 222 213 1 0 0.04 1.00 0.13 57.56 0.99 0.44
Hex DE D5 1 0 4 64 D 3A 63 2C
Octal 336 325 1 0 4 144 15 72 143 54
Binary 11011110 11010101 1 0 100 1100100 1101 111010 1100011 101100

Color Harmonies of #DED501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED501

Black with #DED501

Text Example


Text Example

White with #DED501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED501; }

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

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

background-color css

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

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

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

border-color css

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

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

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