Html Css Color HEX #DDD902 Bird Flower

📋 copy color: '#DDD902'

red 221 ◦ green 217 ◦ blue 2

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

Shades of Bird Flower #DDD902

Tints of Bird Flower #DDD902

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.32%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 50.23%
G = 49.32%
B = 0.45%

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

#DDD902 (or 0xDDD902) is known color: Bird Flower. HEX triplet: DD, D9 and 02. RGB value is (221,217,2). Sum of RGB (Red+Green+Blue) = 221+217+2=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 2 (1.17% from 255 or 0.45% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD902 is #2226FD. Grayscale: #C2C2C2. Windows color (decimal): -2238206 or 186845. OLE color: 186845.

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

Color convert

RGB 221 217 2 -
CMYK 0 0.02 0.99 0.13
HSL 58.9º 0.98% 0.44% -
HSV(B) 58.9º 0.99% 0.87% -
XYZ 54.64 65 9.72 -
YUV 193.69 19.83 147.48 -
System Red Green Blue C M Y K H S L
Decimal 221 217 2 0 0.02 0.99 0.13 58.9 0.98 0.44
Hex DD D9 2 0 2 63 D 3B 62 2C
Octal 335 331 2 0 2 143 15 73 142 54
Binary 11011101 11011001 10 0 10 1100011 1101 111011 1100010 101100

Color Harmonies of #DDD902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD902

Black with #DDD902

Text Example


Text Example

White with #DDD902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD902; }

 p { color: rgb(221,217,2); }

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

background-color css

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

 a { background-color: rgb(221,217,2); }

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

border-color css

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

 span { border-color: rgb(221,217,2); }

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