Html Css Color HEX #D1C511 Bird Flower

📋 copy color: '#D1C511'

red 209 ◦ green 197 ◦ blue 17

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

Shades of Bird Flower #D1C511

Tints of Bird Flower #D1C511

RGB

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

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

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

R = 49.41%
G = 46.57%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1C511 (or 0xD1C511) is known color: Bird Flower. HEX triplet: D1, C5 and 11. RGB value is (209,197,17). Sum of RGB (Red+Green+Blue) = 209+197+17=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C511 is #2E3AEE. Grayscale: #B4B4B4. Windows color (decimal): -3029743 or 1164753. OLE color: 1164753.

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

Color convert

RGB 209 197 17 -
CMYK 0 0.06 0.92 0.18
HSL 56.25º 0.85% 0.44% -
HSV(B) 56.25º 0.92% 0.82% -
XYZ 46.36 53.53 8.42 -
YUV 180.07 35.98 148.64 -
System Red Green Blue C M Y K H S L
Decimal 209 197 17 0 0.06 0.92 0.18 56.25 0.85 0.44
Hex D1 C5 11 0 6 5C 12 38 55 2C
Octal 321 305 21 0 6 134 22 70 125 54
Binary 11010001 11000101 10001 0 110 1011100 10010 111000 1010101 101100

Color Harmonies of #D1C511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C511

Black with #D1C511

Text Example


Text Example

White with #D1C511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C511; }

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

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

background-color css

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

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

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

border-color css

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

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

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