Html Css Color HEX #D1D50C Bird Flower

📋 copy color: '#D1D50C'

red 209 ◦ green 213 ◦ blue 12

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

Shades of Bird Flower #D1D50C

Tints of Bird Flower #D1D50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.76%

R = 48.16%
G = 49.08%
B = 2.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D1D50C (or 0xD1D50C) is known color: Bird Flower. HEX triplet: D1, D5 and 0C. RGB value is (209,213,12). Sum of RGB (Red+Green+Blue) = 209+213+12=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D50C is #2E2AF3. Grayscale: #BDBDBD. Windows color (decimal): -3025652 or 841169. OLE color: 841169.

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

Color convert

RGB 209 213 12 -
CMYK 0.02 0 0.94 0.16
HSL 61.19º 0.89% 0.44% -
HSV(B) 61.19º 0.94% 0.84% -
XYZ 50.16 61.17 9.51 -
YUV 188.89 28.17 142.34 -
System Red Green Blue C M Y K H S L
Decimal 209 213 12 0.02 0 0.94 0.16 61.19 0.89 0.44
Hex D1 D5 C 2 0 5E 10 3D 59 2C
Octal 321 325 14 2 0 136 20 75 131 54
Binary 11010001 11010101 1100 10 0 1011110 10000 111101 1011001 101100

Color Harmonies of #D1D50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D50C

Black with #D1D50C

Text Example


Text Example

White with #D1D50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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