Html Css Color HEX #DDD303 Bird Flower

📋 copy color: '#DDD303'

red 221 ◦ green 211 ◦ blue 3

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

Shades of Bird Flower #DDD303

Tints of Bird Flower #DDD303

RGB

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

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

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

R = 50.8%
G = 48.51%
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

#DDD303 (or 0xDDD303) is known color: Bird Flower. HEX triplet: DD, D3 and 03. RGB value is (221,211,3). Sum of RGB (Red+Green+Blue) = 221+211+3=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD303 is #222CFC. Grayscale: #BFBFBF. Windows color (decimal): -2239741 or 250845. OLE color: 250845.

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

Color convert

RGB 221 211 3 -
CMYK 0 0.05 0.99 0.13
HSL 57.25º 0.97% 0.44% -
HSV(B) 57.25º 0.99% 0.87% -
XYZ 53.13 61.97 9.25 -
YUV 190.28 22.31 149.91 -
System Red Green Blue C M Y K H S L
Decimal 221 211 3 0 0.05 0.99 0.13 57.25 0.97 0.44
Hex DD D3 3 0 5 63 D 39 61 2C
Octal 335 323 3 0 5 143 15 71 141 54
Binary 11011101 11010011 11 0 101 1100011 1101 111001 1100001 101100

Color Harmonies of #DDD303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD303

Black with #DDD303

Text Example


Text Example

White with #DDD303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD303; }

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

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

background-color css

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

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

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

border-color css

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

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

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