Html Css Color HEX #D1C013 Bird Flower

📋 copy color: '#D1C013'

red 209 ◦ green 192 ◦ blue 19

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

Shades of Bird Flower #D1C013

Tints of Bird Flower #D1C013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.52%

R = 49.76%
G = 45.71%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D1C013 (or 0xD1C013) is known color: Bird Flower. HEX triplet: D1, C0 and 13. RGB value is (209,192,19). Sum of RGB (Red+Green+Blue) = 209+192+19=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C013 is #2E3FEC. Grayscale: #B2B2B2. Windows color (decimal): -3031021 or 1294545. OLE color: 1294545.

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

Color convert

RGB 209 192 19 -
CMYK 0 0.08 0.91 0.18
HSL 54.63º 0.83% 0.45% -
HSV(B) 54.63º 0.91% 0.82% -
XYZ 45.26 51.3 8.13 -
YUV 177.36 38.63 150.57 -
System Red Green Blue C M Y K H S L
Decimal 209 192 19 0 0.08 0.91 0.18 54.63 0.83 0.45
Hex D1 C0 13 0 8 5B 12 37 53 2D
Octal 321 300 23 0 10 133 22 67 123 55
Binary 11010001 11000000 10011 0 1000 1011011 10010 110111 1010011 101101

Color Harmonies of #D1C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C013

Black with #D1C013

Text Example


Text Example

White with #D1C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C013; }

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

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

background-color css

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

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

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

border-color css

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

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

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