Html Css Color HEX #DED401 Bird Flower

📋 copy color: '#DED401'

red 222 ◦ green 212 ◦ blue 1

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

Shades of Bird Flower #DED401

Tints of Bird Flower #DED401

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.74%

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

R = 51.03%
G = 48.74%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DED401 (or 0xDED401) is known color: Bird Flower. HEX triplet: DE, D4 and 01. RGB value is (222,212,1). Sum of RGB (Red+Green+Blue) = 222+212+1=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DED401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED401 is #212BFE. Grayscale: #BFBFBF. Windows color (decimal): -2173951 or 120030. OLE color: 120030.

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

Color convert

RGB 222 212 1 -
CMYK 0 0.05 1.00 0.13
HSL 57.29º 0.99% 0.44% -
HSV(B) 57.29º 1% 0.87% -
XYZ 53.67 62.62 9.29 -
YUV 190.94 20.81 150.16 -
System Red Green Blue C M Y K H S L
Decimal 222 212 1 0 0.05 1.00 0.13 57.29 0.99 0.44
Hex DE D4 1 0 5 64 D 39 63 2C
Octal 336 324 1 0 5 144 15 71 143 54
Binary 11011110 11010100 1 0 101 1100100 1101 111001 1100011 101100

Color Harmonies of #DED401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED401

Black with #DED401

Text Example


Text Example

White with #DED401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED401; }

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

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

background-color css

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

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

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

border-color css

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

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

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