Html Css Color HEX #DED701 Bird Flower

📋 copy color: '#DED701'

red 222 ◦ green 215 ◦ blue 1

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

Shades of Bird Flower #DED701

Tints of Bird Flower #DED701

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

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

R = 50.68%
G = 49.09%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DED701 (or 0xDED701) is known color: Bird Flower. HEX triplet: DE, D7 and 01. RGB value is (222,215,1). Sum of RGB (Red+Green+Blue) = 222+215+1=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DED701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED701 is #2128FE. Grayscale: #C1C1C1. Windows color (decimal): -2173183 or 120798. OLE color: 120798.

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

Color convert

RGB 222 215 1 -
CMYK 0 0.03 1.00 0.13
HSL 58.1º 0.99% 0.44% -
HSV(B) 58.1º 1% 0.87% -
XYZ 54.43 64.13 9.54 -
YUV 192.7 19.82 148.9 -
System Red Green Blue C M Y K H S L
Decimal 222 215 1 0 0.03 1.00 0.13 58.1 0.99 0.44
Hex DE D7 1 0 3 64 D 3A 63 2C
Octal 336 327 1 0 3 144 15 72 143 54
Binary 11011110 11010111 1 0 11 1100100 1101 111010 1100011 101100

Color Harmonies of #DED701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED701

Black with #DED701

Text Example


Text Example

White with #DED701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED701; }

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

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

background-color css

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

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

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

border-color css

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

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

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