Html Css Color HEX #DDD101 Bird Flower

📋 copy color: '#DDD101'

red 221 ◦ green 209 ◦ blue 1

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

Shades of Bird Flower #DDD101

Tints of Bird Flower #DDD101

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.49%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 51.28%
G = 48.49%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDD101 (or 0xDDD101) is known color: Bird Flower. HEX triplet: DD, D1 and 01. RGB value is (221,209,1). Sum of RGB (Red+Green+Blue) = 221+209+1=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD101 is #222EFE. Grayscale: #BDBDBD. Windows color (decimal): -2240255 or 119261. OLE color: 119261.

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

Color convert

RGB 221 209 1 -
CMYK 0 0.05 1.00 0.13
HSL 56.73º 0.99% 0.44% -
HSV(B) 56.73º 1% 0.87% -
XYZ 52.62 60.98 9.02 -
YUV 188.88 21.98 150.91 -
System Red Green Blue C M Y K H S L
Decimal 221 209 1 0 0.05 1.00 0.13 56.73 0.99 0.44
Hex DD D1 1 0 5 64 D 39 63 2C
Octal 335 321 1 0 5 144 15 71 143 54
Binary 11011101 11010001 1 0 101 1100100 1101 111001 1100011 101100

Color Harmonies of #DDD101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD101

Black with #DDD101

Text Example


Text Example

White with #DDD101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD101; }

 p { color: rgb(221,209,1); }

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

background-color css

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

 a { background-color: rgb(221,209,1); }

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

border-color css

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

 span { border-color: rgb(221,209,1); }

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