Html Css Color HEX #DDD803 Bird Flower

📋 copy color: '#DDD803'

red 221 ◦ green 216 ◦ blue 3

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

Shades of Bird Flower #DDD803

Tints of Bird Flower #DDD803

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.09%

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

R = 50.23%
G = 49.09%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDD803 (or 0xDDD803) is known color: Bird Flower. HEX triplet: DD, D8 and 03. RGB value is (221,216,3). Sum of RGB (Red+Green+Blue) = 221+216+3=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 3 (1.56% from 255 or 0.68% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD803 is #2227FC. Grayscale: #C2C2C2. Windows color (decimal): -2238461 or 252125. OLE color: 252125.

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

Color convert

RGB 221 216 3 -
CMYK 0 0.02 0.99 0.13
HSL 58.62º 0.97% 0.44% -
HSV(B) 58.62º 0.99% 0.87% -
XYZ 54.39 64.49 9.67 -
YUV 193.21 20.66 147.82 -
System Red Green Blue C M Y K H S L
Decimal 221 216 3 0 0.02 0.99 0.13 58.62 0.97 0.44
Hex DD D8 3 0 2 63 D 3B 61 2C
Octal 335 330 3 0 2 143 15 73 141 54
Binary 11011101 11011000 11 0 10 1100011 1101 111011 1100001 101100

Color Harmonies of #DDD803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD803

Black with #DDD803

Text Example


Text Example

White with #DDD803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD803; }

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

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

background-color css

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

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

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

border-color css

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

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

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