Html Css Color HEX #DDD403 Bird Flower

📋 copy color: '#DDD403'

red 221 ◦ green 212 ◦ blue 3

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

Shades of Bird Flower #DDD403

Tints of Bird Flower #DDD403

RGB

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

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

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

R = 50.69%
G = 48.62%
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

#DDD403 (or 0xDDD403) is known color: Bird Flower. HEX triplet: DD, D4 and 03. RGB value is (221,212,3). Sum of RGB (Red+Green+Blue) = 221+212+3=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD403 is #222BFC. Grayscale: #BFBFBF. Windows color (decimal): -2239485 or 251101. OLE color: 251101.

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

Color convert

RGB 221 212 3 -
CMYK 0 0.04 0.99 0.13
HSL 57.52º 0.97% 0.44% -
HSV(B) 57.52º 0.99% 0.87% -
XYZ 53.38 62.47 9.33 -
YUV 190.87 21.98 149.49 -
System Red Green Blue C M Y K H S L
Decimal 221 212 3 0 0.04 0.99 0.13 57.52 0.97 0.44
Hex DD D4 3 0 4 63 D 3A 61 2C
Octal 335 324 3 0 4 143 15 72 141 54
Binary 11011101 11010100 11 0 100 1100011 1101 111010 1100001 101100

Color Harmonies of #DDD403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD403

Black with #DDD403

Text Example


Text Example

White with #DDD403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD403; }

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

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

background-color css

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

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

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

border-color css

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

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

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