Html Css Color HEX #DED303 Bird Flower

📋 copy color: '#DED303'

red 222 ◦ green 211 ◦ blue 3

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

Shades of Bird Flower #DED303

Tints of Bird Flower #DED303

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.39%

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

R = 50.92%
G = 48.39%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DED303 (or 0xDED303) is known color: Bird Flower. HEX triplet: DE, D3 and 03. RGB value is (222,211,3). Sum of RGB (Red+Green+Blue) = 222+211+3=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DED303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED303 is #212CFC. Grayscale: #BFBFBF. Windows color (decimal): -2174205 or 250846. OLE color: 250846.

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

Color convert

RGB 222 211 3 -
CMYK 0 0.05 0.99 0.13
HSL 56.99º 0.97% 0.44% -
HSV(B) 56.99º 0.99% 0.87% -
XYZ 53.43 62.12 9.26 -
YUV 190.58 22.14 150.41 -
System Red Green Blue C M Y K H S L
Decimal 222 211 3 0 0.05 0.99 0.13 56.99 0.97 0.44
Hex DE D3 3 0 5 63 D 39 61 2C
Octal 336 323 3 0 5 143 15 71 141 54
Binary 11011110 11010011 11 0 101 1100011 1101 111001 1100001 101100

Color Harmonies of #DED303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED303

Black with #DED303

Text Example


Text Example

White with #DED303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED303; }

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

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

background-color css

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

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

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

border-color css

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

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

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