Html Css Color HEX #D1D011 Bird Flower

📋 copy color: '#D1D011'

red 209 ◦ green 208 ◦ blue 17

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

Shades of Bird Flower #D1D011

Tints of Bird Flower #D1D011

RGB

 RED value IS 209 (82.03% from 255) = 48.16%

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

 BLUE value IS 17 (7.03% from 255) = 3.92%

R = 48.16%
G = 47.93%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1D011 (or 0xD1D011) is known color: Bird Flower. HEX triplet: D1, D0 and 11. RGB value is (209,208,17). Sum of RGB (Red+Green+Blue) = 209+208+17=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D011 is #2E2FEE. Grayscale: #BBBBBB. Windows color (decimal): -3026927 or 1167569. OLE color: 1167569.

HSL color Cylindrical-coordinate representation of color #D1D011: hue angle of 59.69º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1D011 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 208 17 -
CMYK 0 0.00 0.92 0.18
HSL 59.69º 0.85% 0.44% -
HSV(B) 59.69º 0.92% 0.82% -
XYZ 48.95 58.71 9.28 -
YUV 186.53 32.33 144.03 -
System Red Green Blue C M Y K H S L
Decimal 209 208 17 0 0.00 0.92 0.18 59.69 0.85 0.44
Hex D1 D0 11 0 0 5C 12 3C 55 2C
Octal 321 320 21 0 0 134 22 74 125 54
Binary 11010001 11010000 10001 0 0 1011100 10010 111100 1010101 101100

Color Harmonies of #D1D011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D011

Black with #D1D011

Text Example


Text Example

White with #D1D011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D011; }

 p { color: rgb(209,208,17); }

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

background-color css

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

 a { background-color: rgb(209,208,17); }

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

border-color css

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

 span { border-color: rgb(209,208,17); }

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