Html Css Color HEX #D1C014 Bird Flower

📋 copy color: '#D1C014'

red 209 ◦ green 192 ◦ blue 20

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

Shades of Bird Flower #D1C014

Tints of Bird Flower #D1C014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.61%

 BLUE value IS 20 (8.2% from 255) = 4.75%

R = 49.64%
G = 45.61%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D1C014 (or 0xD1C014) is known color: Bird Flower. HEX triplet: D1, C0 and 14. RGB value is (209,192,20). Sum of RGB (Red+Green+Blue) = 209+192+20=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C014 is #2E3FEB. Grayscale: #B2B2B2. Windows color (decimal): -3031020 or 1360081. OLE color: 1360081.

HSL color Cylindrical-coordinate representation of color #D1C014: hue angle of 54.6º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1C014 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 192 20 -
CMYK 0 0.08 0.90 0.18
HSL 54.6º 0.83% 0.45% -
HSV(B) 54.6º 0.9% 0.82% -
XYZ 45.27 51.31 8.18 -
YUV 177.48 39.13 150.49 -
System Red Green Blue C M Y K H S L
Decimal 209 192 20 0 0.08 0.90 0.18 54.6 0.83 0.45
Hex D1 C0 14 0 8 5A 12 37 53 2D
Octal 321 300 24 0 10 132 22 67 123 55
Binary 11010001 11000000 10100 0 1000 1011010 10010 110111 1010011 101101

Color Harmonies of #D1C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C014

Black with #D1C014

Text Example


Text Example

White with #D1C014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C014; }

 p { color: rgb(209,192,20); }

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

background-color css

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

 a { background-color: rgb(209,192,20); }

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

border-color css

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

 span { border-color: rgb(209,192,20); }

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