Html Css Color HEX #DDD300 Bird Flower

📋 copy color: '#DDD300'

red 221 ◦ green 211 ◦ blue 0

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

Shades of Bird Flower #DDD300

Tints of Bird Flower #DDD300

RGB

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

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

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

R = 51.16%
G = 48.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDD300 (or 0xDDD300) is known color: Bird Flower. HEX triplet: DD, D3 and 00. RGB value is (221,211,0). Sum of RGB (Red+Green+Blue) = 221+211+0=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD300 is #222CFF. Grayscale: #BEBEBE. Windows color (decimal): -2239744 or 54237. OLE color: 54237.

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

Color convert

RGB 221 211 0 -
CMYK 0 0.05 1 0.13
HSL 57.29º 1% 0.43% -
HSV(B) 57.29º 1% 0.87% -
XYZ 53.11 61.96 9.16 -
YUV 189.94 20.81 150.16 -
System Red Green Blue C M Y K H S L
Decimal 221 211 0 0 0.05 1 0.13 57.29 1 0.43
Hex DD D3 0 0 5 64 D 39 64 2B
Octal 335 323 0 0 5 144 15 71 144 53
Binary 11011101 11010011 0 0 101 1100100 1101 111001 1100100 101011

Color Harmonies of #DDD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD300

Black with #DDD300

Text Example


Text Example

White with #DDD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD300; }

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

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

background-color css

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

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

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

border-color css

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

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

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