Html Css Color HEX #D1D200 Bird Flower

📋 copy color: '#D1D200'

red 209 ◦ green 210 ◦ blue 0

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

Shades of Bird Flower #D1D200

Tints of Bird Flower #D1D200

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.12%

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

R = 49.88%
G = 50.12%
B = 0%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D1D200 (or 0xD1D200) is known color: Bird Flower. HEX triplet: D1, D2 and 00. RGB value is (209,210,0). Sum of RGB (Red+Green+Blue) = 209+210+0=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D200 is #2E2DFF. Grayscale: #BABABA. Windows color (decimal): -3026432 or 53969. OLE color: 53969.

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

Color convert

RGB 209 210 0 -
CMYK 0.00 0 1 0.18
HSL 60.29º 1% 0.41% -
HSV(B) 60.29º 1% 0.82% -
XYZ 49.34 59.65 8.91 -
YUV 185.76 23.17 144.58 -
System Red Green Blue C M Y K H S L
Decimal 209 210 0 0.00 0 1 0.18 60.29 1 0.41
Hex D1 D2 0 0 0 64 12 3C 64 29
Octal 321 322 0 0 0 144 22 74 144 51
Binary 11010001 11010010 0 0 0 1100100 10010 111100 1100100 101001

Color Harmonies of #D1D200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D200

Black with #D1D200

Text Example


Text Example

White with #D1D200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D200; }

 p { color: rgb(209,210,0); }

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

background-color css

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

 a { background-color: rgb(209,210,0); }

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

border-color css

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

 span { border-color: rgb(209,210,0); }

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