Html Css Color HEX #DDD603 Bird Flower

📋 copy color: '#DDD603'

red 221 ◦ green 214 ◦ blue 3

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

Shades of Bird Flower #DDD603

Tints of Bird Flower #DDD603

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.86%

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

R = 50.46%
G = 48.86%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDD603 (or 0xDDD603) is known color: Bird Flower. HEX triplet: DD, D6 and 03. RGB value is (221,214,3). Sum of RGB (Red+Green+Blue) = 221+214+3=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD603 is #2229FC. Grayscale: #C0C0C0. Windows color (decimal): -2238973 or 251613. OLE color: 251613.

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

Color convert

RGB 221 214 3 -
CMYK 0 0.03 0.99 0.13
HSL 58.07º 0.97% 0.44% -
HSV(B) 58.07º 0.99% 0.87% -
XYZ 53.88 63.47 9.5 -
YUV 192.04 21.32 148.66 -
System Red Green Blue C M Y K H S L
Decimal 221 214 3 0 0.03 0.99 0.13 58.07 0.97 0.44
Hex DD D6 3 0 3 63 D 3A 61 2C
Octal 335 326 3 0 3 143 15 72 141 54
Binary 11011101 11010110 11 0 11 1100011 1101 111010 1100001 101100

Color Harmonies of #DDD603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD603

Black with #DDD603

Text Example


Text Example

White with #DDD603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD603; }

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

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

background-color css

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

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

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

border-color css

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

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

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