Html Css Color HEX #DDD504 Bird Flower

📋 copy color: '#DDD504'

red 221 ◦ green 213 ◦ blue 4

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

Shades of Bird Flower #DDD504

Tints of Bird Flower #DDD504

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.63%

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 50.46%
G = 48.63%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDD504 (or 0xDDD504) is known color: Bird Flower. HEX triplet: DD, D5 and 04. RGB value is (221,213,4). Sum of RGB (Red+Green+Blue) = 221+213+4=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 4 (1.95% from 255 or 0.91% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD504 is #222AFB. Grayscale: #C0C0C0. Windows color (decimal): -2239228 or 316893. OLE color: 316893.

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

Color convert

RGB 221 213 4 -
CMYK 0 0.04 0.98 0.13
HSL 57.79º 0.96% 0.44% -
HSV(B) 57.79º 0.98% 0.87% -
XYZ 53.63 62.97 9.44 -
YUV 191.57 22.15 148.99 -
System Red Green Blue C M Y K H S L
Decimal 221 213 4 0 0.04 0.98 0.13 57.79 0.96 0.44
Hex DD D5 4 0 4 62 D 3A 60 2C
Octal 335 325 4 0 4 142 15 72 140 54
Binary 11011101 11010101 100 0 100 1100010 1101 111010 1100000 101100

Color Harmonies of #DDD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD504

Black with #DDD504

Text Example


Text Example

White with #DDD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD504; }

 p { color: rgb(221,213,4); }

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

background-color css

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

 a { background-color: rgb(221,213,4); }

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

border-color css

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

 span { border-color: rgb(221,213,4); }

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