Html Css Color HEX #DDD400 Bird Flower

📋 copy color: '#DDD400'

red 221 ◦ green 212 ◦ blue 0

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

Shades of Bird Flower #DDD400

Tints of Bird Flower #DDD400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.04%
G = 48.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDD400 (or 0xDDD400) is known color: Bird Flower. HEX triplet: DD, D4 and 00. RGB value is (221,212,0). Sum of RGB (Red+Green+Blue) = 221+212+0=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD400 is #222BFF. Grayscale: #BFBFBF. Windows color (decimal): -2239488 or 54493. OLE color: 54493.

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

Color convert

RGB 221 212 0 -
CMYK 0 0.04 1 0.13
HSL 57.56º 1% 0.43% -
HSV(B) 57.56º 1% 0.87% -
XYZ 53.36 62.46 9.24 -
YUV 190.52 20.48 149.74 -
System Red Green Blue C M Y K H S L
Decimal 221 212 0 0 0.04 1 0.13 57.56 1 0.43
Hex DD D4 0 0 4 64 D 3A 64 2B
Octal 335 324 0 0 4 144 15 72 144 53
Binary 11011101 11010100 0 0 100 1100100 1101 111010 1100100 101011

Color Harmonies of #DDD400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD400

Black with #DDD400

Text Example


Text Example

White with #DDD400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD400; }

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

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

background-color css

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

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

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

border-color css

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

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

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