Html Css Color HEX #D1D202 Bird Flower

📋 copy color: '#D1D202'

red 209 ◦ green 210 ◦ blue 2

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

Shades of Bird Flower #D1D202

Tints of Bird Flower #D1D202

RGB

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

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

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

R = 49.64%
G = 49.88%
B = 0.48%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D1D202 (or 0xD1D202) is known color: Bird Flower. HEX triplet: D1, D2 and 02. RGB value is (209,210,2). Sum of RGB (Red+Green+Blue) = 209+210+2=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D202 is #2E2DFD. Grayscale: #BABABA. Windows color (decimal): -3026430 or 185041. OLE color: 185041.

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

Color convert

RGB 209 210 2 -
CMYK 0.00 0 0.99 0.18
HSL 60.29º 0.98% 0.42% -
HSV(B) 60.29º 0.99% 0.82% -
XYZ 49.35 59.65 8.97 -
YUV 185.99 24.17 144.41 -
System Red Green Blue C M Y K H S L
Decimal 209 210 2 0.00 0 0.99 0.18 60.29 0.98 0.42
Hex D1 D2 2 0 0 63 12 3C 62 2A
Octal 321 322 2 0 0 143 22 74 142 52
Binary 11010001 11010010 10 0 0 1100011 10010 111100 1100010 101010

Color Harmonies of #D1D202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D202

Black with #D1D202

Text Example


Text Example

White with #D1D202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D202; }

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

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

background-color css

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

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

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

border-color css

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

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

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