Html Css Color HEX #DDD600 Bird Flower

📋 copy color: '#DDD600'

red 221 ◦ green 214 ◦ blue 0

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

Shades of Bird Flower #DDD600

Tints of Bird Flower #DDD600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.8%
G = 49.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDD600 (or 0xDDD600) is known color: Bird Flower. HEX triplet: DD, D6 and 00. RGB value is (221,214,0). Sum of RGB (Red+Green+Blue) = 221+214+0=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD600 is #2229FF. Grayscale: #C0C0C0. Windows color (decimal): -2238976 or 55005. OLE color: 55005.

HSL color Cylindrical-coordinate representation of color #DDD600: hue angle of 58.1º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDD600 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 0 -
CMYK 0 0.03 1 0.13
HSL 58.1º 1% 0.43% -
HSV(B) 58.1º 1% 0.87% -
XYZ 53.87 63.47 9.41 -
YUV 191.7 19.82 148.9 -
System Red Green Blue C M Y K H S L
Decimal 221 214 0 0 0.03 1 0.13 58.1 1 0.43
Hex DD D6 0 0 3 64 D 3A 64 2B
Octal 335 326 0 0 3 144 15 72 144 53
Binary 11011101 11010110 0 0 11 1100100 1101 111010 1100100 101011

Color Harmonies of #DDD600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD600

Black with #DDD600

Text Example


Text Example

White with #DDD600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD600; }

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

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

background-color css

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

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

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

border-color css

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

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

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