Html Css Color HEX #D1D20E Bird Flower

📋 copy color: '#D1D20E'

red 209 ◦ green 210 ◦ blue 14

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

Shades of Bird Flower #D1D20E

Tints of Bird Flower #D1D20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.23%

R = 48.27%
G = 48.5%
B = 3.23%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1D20E (or 0xD1D20E) is known color: Bird Flower. HEX triplet: D1, D2 and 0E. RGB value is (209,210,14). Sum of RGB (Red+Green+Blue) = 209+210+14=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D20E is #2E2DF1. Grayscale: #BCBCBC. Windows color (decimal): -3026418 or 971473. OLE color: 971473.

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

Color convert

RGB 209 210 14 -
CMYK 0.00 0 0.93 0.18
HSL 60.31º 0.88% 0.44% -
HSV(B) 60.31º 0.93% 0.82% -
XYZ 49.42 59.68 9.33 -
YUV 187.36 30.17 143.44 -
System Red Green Blue C M Y K H S L
Decimal 209 210 14 0.00 0 0.93 0.18 60.31 0.88 0.44
Hex D1 D2 E 0 0 5D 12 3C 58 2C
Octal 321 322 16 0 0 135 22 74 130 54
Binary 11010001 11010010 1110 0 0 1011101 10010 111100 1011000 101100

Color Harmonies of #D1D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D20E

Black with #D1D20E

Text Example


Text Example

White with #D1D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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