Html Css Color HEX #D1C011 Bird Flower

📋 copy color: '#D1C011'

red 209 ◦ green 192 ◦ blue 17

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

Shades of Bird Flower #D1C011

Tints of Bird Flower #D1C011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.07%

R = 50%
G = 45.93%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1C011 (or 0xD1C011) is known color: Bird Flower. HEX triplet: D1, C0 and 11. RGB value is (209,192,17). Sum of RGB (Red+Green+Blue) = 209+192+17=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C011 is #2E3FEE. Grayscale: #B1B1B1. Windows color (decimal): -3031023 or 1163473. OLE color: 1163473.

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

Color convert

RGB 209 192 17 -
CMYK 0 0.08 0.92 0.18
HSL 54.69º 0.85% 0.44% -
HSV(B) 54.69º 0.92% 0.82% -
XYZ 45.25 51.3 8.05 -
YUV 177.13 37.63 150.73 -
System Red Green Blue C M Y K H S L
Decimal 209 192 17 0 0.08 0.92 0.18 54.69 0.85 0.44
Hex D1 C0 11 0 8 5C 12 37 55 2C
Octal 321 300 21 0 10 134 22 67 125 54
Binary 11010001 11000000 10001 0 1000 1011100 10010 110111 1010101 101100

Color Harmonies of #D1C011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C011

Black with #D1C011

Text Example


Text Example

White with #D1C011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C011; }

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

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

background-color css

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

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

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

border-color css

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

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

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