Html Css Color HEX #DDD503 Bird Flower

📋 copy color: '#DDD503'

red 221 ◦ green 213 ◦ blue 3

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

Shades of Bird Flower #DDD503

Tints of Bird Flower #DDD503

RGB

 RED value IS 221 (86.72% from 255) = 50.57%

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

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

R = 50.57%
G = 48.74%
B = 0.69%

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

#DDD503 (or 0xDDD503) is known color: Bird Flower. HEX triplet: DD, D5 and 03. RGB value is (221,213,3). Sum of RGB (Red+Green+Blue) = 221+213+3=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 3 (1.56% from 255 or 0.69% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD503 is #222AFC. Grayscale: #C0C0C0. Windows color (decimal): -2239229 or 251357. OLE color: 251357.

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

Color convert

RGB 221 213 3 -
CMYK 0 0.04 0.99 0.13
HSL 57.8º 0.97% 0.44% -
HSV(B) 57.8º 0.99% 0.87% -
XYZ 53.63 62.97 9.41 -
YUV 191.45 21.65 149.08 -
System Red Green Blue C M Y K H S L
Decimal 221 213 3 0 0.04 0.99 0.13 57.8 0.97 0.44
Hex DD D5 3 0 4 63 D 3A 61 2C
Octal 335 325 3 0 4 143 15 72 141 54
Binary 11011101 11010101 11 0 100 1100011 1101 111010 1100001 101100

Color Harmonies of #DDD503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD503

Black with #DDD503

Text Example


Text Example

White with #DDD503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD503; }

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

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

background-color css

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

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

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

border-color css

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

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

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