Html Css Color HEX #DDD802 Bird Flower

📋 copy color: '#DDD802'

red 221 ◦ green 216 ◦ blue 2

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

Shades of Bird Flower #DDD802

Tints of Bird Flower #DDD802

RGB

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

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

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

R = 50.34%
G = 49.2%
B = 0.46%

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

#DDD802 (or 0xDDD802) is known color: Bird Flower. HEX triplet: DD, D8 and 02. RGB value is (221,216,2). Sum of RGB (Red+Green+Blue) = 221+216+2=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD802 is #2227FD. Grayscale: #C1C1C1. Windows color (decimal): -2238462 or 186589. OLE color: 186589.

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

Color convert

RGB 221 216 2 -
CMYK 0 0.02 0.99 0.13
HSL 58.63º 0.98% 0.44% -
HSV(B) 58.63º 0.99% 0.87% -
XYZ 54.39 64.49 9.64 -
YUV 193.1 20.16 147.9 -
System Red Green Blue C M Y K H S L
Decimal 221 216 2 0 0.02 0.99 0.13 58.63 0.98 0.44
Hex DD D8 2 0 2 63 D 3B 62 2C
Octal 335 330 2 0 2 143 15 73 142 54
Binary 11011101 11011000 10 0 10 1100011 1101 111011 1100010 101100

Color Harmonies of #DDD802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD802

Black with #DDD802

Text Example


Text Example

White with #DDD802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD802; }

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

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

background-color css

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

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

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

border-color css

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

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

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