Html Css Color HEX #DDD005 Bird Flower

📋 copy color: '#DDD005'

red 221 ◦ green 208 ◦ blue 5

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

Shades of Bird Flower #DDD005

Tints of Bird Flower #DDD005

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.93%

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 50.92%
G = 47.93%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDD005 (or 0xDDD005) is known color: Bird Flower. HEX triplet: DD, D0 and 05. RGB value is (221,208,5). Sum of RGB (Red+Green+Blue) = 221+208+5=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD005 is #222FFA. Grayscale: #BDBDBD. Windows color (decimal): -2240507 or 381149. OLE color: 381149.

HSL color Cylindrical-coordinate representation of color #DDD005: hue angle of 56.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDD005 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 5 -
CMYK 0 0.06 0.98 0.13
HSL 56.39º 0.96% 0.44% -
HSV(B) 56.39º 0.98% 0.87% -
XYZ 52.4 60.49 9.06 -
YUV 188.75 24.31 151.01 -
System Red Green Blue C M Y K H S L
Decimal 221 208 5 0 0.06 0.98 0.13 56.39 0.96 0.44
Hex DD D0 5 0 6 62 D 38 60 2C
Octal 335 320 5 0 6 142 15 70 140 54
Binary 11011101 11010000 101 0 110 1100010 1101 111000 1100000 101100

Color Harmonies of #DDD005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD005

Black with #DDD005

Text Example


Text Example

White with #DDD005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD005; }

 p { color: rgb(221,208,5); }

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

background-color css

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

 a { background-color: rgb(221,208,5); }

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

border-color css

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

 span { border-color: rgb(221,208,5); }

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