Html Css Color HEX #D1D501 Bird Flower

📋 copy color: '#D1D501'

red 209 ◦ green 213 ◦ blue 1

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

Shades of Bird Flower #D1D501

Tints of Bird Flower #D1D501

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.35%

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

R = 49.41%
G = 50.35%
B = 0.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D1D501 (or 0xD1D501) is known color: Bird Flower. HEX triplet: D1, D5 and 01. RGB value is (209,213,1). Sum of RGB (Red+Green+Blue) = 209+213+1=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D501 is #2E2AFE. Grayscale: #BCBCBC. Windows color (decimal): -3025663 or 120273. OLE color: 120273.

HSL color Cylindrical-coordinate representation of color #D1D501: hue angle of 61.13º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1D501 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 213 1 -
CMYK 0.02 0 1.00 0.16
HSL 61.13º 0.99% 0.42% -
HSV(B) 61.13º 1% 0.84% -
XYZ 50.09 61.15 9.19 -
YUV 187.64 22.67 143.24 -
System Red Green Blue C M Y K H S L
Decimal 209 213 1 0.02 0 1.00 0.16 61.13 0.99 0.42
Hex D1 D5 1 2 0 64 10 3D 63 2A
Octal 321 325 1 2 0 144 20 75 143 52
Binary 11010001 11010101 1 10 0 1100100 10000 111101 1100011 101010

Color Harmonies of #D1D501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D501

Black with #D1D501

Text Example


Text Example

White with #D1D501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D501; }

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

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

background-color css

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

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

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

border-color css

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

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

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