Html Css Color HEX #DED503 Bird Flower

📋 copy color: '#DED503'

red 222 ◦ green 213 ◦ blue 3

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

Shades of Bird Flower #DED503

Tints of Bird Flower #DED503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 50.68%
G = 48.63%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DED503 (or 0xDED503) is known color: Bird Flower. HEX triplet: DE, D5 and 03. RGB value is (222,213,3). Sum of RGB (Red+Green+Blue) = 222+213+3=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DED503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED503 is #212AFC. Grayscale: #C0C0C0. Windows color (decimal): -2173693 or 251358. OLE color: 251358.

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

Color convert

RGB 222 213 3 -
CMYK 0 0.04 0.99 0.13
HSL 57.53º 0.97% 0.44% -
HSV(B) 57.53º 0.99% 0.87% -
XYZ 53.93 63.12 9.43 -
YUV 191.75 21.48 149.58 -
System Red Green Blue C M Y K H S L
Decimal 222 213 3 0 0.04 0.99 0.13 57.53 0.97 0.44
Hex DE D5 3 0 4 63 D 3A 61 2C
Octal 336 325 3 0 4 143 15 72 141 54
Binary 11011110 11010101 11 0 100 1100011 1101 111010 1100001 101100

Color Harmonies of #DED503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED503

Black with #DED503

Text Example


Text Example

White with #DED503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED503; }

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

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

background-color css

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

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

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

border-color css

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

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

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