Html Css Color HEX #D1D502 Bird Flower

📋 copy color: '#D1D502'

red 209 ◦ green 213 ◦ blue 2

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

Shades of Bird Flower #D1D502

Tints of Bird Flower #D1D502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 49.29%
G = 50.24%
B = 0.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D1D502 (or 0xD1D502) is known color: Bird Flower. HEX triplet: D1, D5 and 02. RGB value is (209,213,2). Sum of RGB (Red+Green+Blue) = 209+213+2=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D502 is #2E2AFD. Grayscale: #BCBCBC. Windows color (decimal): -3025662 or 185809. OLE color: 185809.

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

Color convert

RGB 209 213 2 -
CMYK 0.02 0 0.99 0.16
HSL 61.14º 0.98% 0.42% -
HSV(B) 61.14º 0.99% 0.84% -
XYZ 50.1 61.15 9.22 -
YUV 187.75 23.17 143.16 -
System Red Green Blue C M Y K H S L
Decimal 209 213 2 0.02 0 0.99 0.16 61.14 0.98 0.42
Hex D1 D5 2 2 0 63 10 3D 62 2A
Octal 321 325 2 2 0 143 20 75 142 52
Binary 11010001 11010101 10 10 0 1100011 10000 111101 1100010 101010

Color Harmonies of #D1D502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D502

Black with #D1D502

Text Example


Text Example

White with #D1D502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D502; }

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

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

background-color css

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

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

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

border-color css

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

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

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