Html Css Color HEX #D1C50F Bird Flower

📋 copy color: '#D1C50F'

red 209 ◦ green 197 ◦ blue 15

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

Shades of Bird Flower #D1C50F

Tints of Bird Flower #D1C50F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.79%

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 49.64%
G = 46.79%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1C50F (or 0xD1C50F) is known color: Bird Flower. HEX triplet: D1, C5 and 0F. RGB value is (209,197,15). Sum of RGB (Red+Green+Blue) = 209+197+15=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C50F is #2E3AF0. Grayscale: #B4B4B4. Windows color (decimal): -3029745 or 1033681. OLE color: 1033681.

HSL color Cylindrical-coordinate representation of color #D1C50F: hue angle of 56.29º degrees, saturation: 0.87, 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 #D1C50F is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 197 15 -
CMYK 0 0.06 0.93 0.18
HSL 56.29º 0.87% 0.44% -
HSV(B) 56.29º 0.93% 0.82% -
XYZ 46.35 53.52 8.34 -
YUV 179.84 34.98 148.8 -
System Red Green Blue C M Y K H S L
Decimal 209 197 15 0 0.06 0.93 0.18 56.29 0.87 0.44
Hex D1 C5 F 0 6 5D 12 38 57 2C
Octal 321 305 17 0 6 135 22 70 127 54
Binary 11010001 11000101 1111 0 110 1011101 10010 111000 1010111 101100

Color Harmonies of #D1C50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C50F

Black with #D1C50F

Text Example


Text Example

White with #D1C50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C50F; }

 p { color: rgb(209,197,15); }

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

background-color css

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

 a { background-color: rgb(209,197,15); }

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

border-color css

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

 span { border-color: rgb(209,197,15); }

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