Html Css Color HEX #D1BC10 Bird Flower

📋 copy color: '#D1BC10'

red 209 ◦ green 188 ◦ blue 16

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

Shades of Bird Flower #D1BC10

Tints of Bird Flower #D1BC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

 BLUE value IS 16 (6.64% from 255) = 3.87%

R = 50.61%
G = 45.52%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1BC10 (or 0xD1BC10) is known color: Bird Flower. HEX triplet: D1, BC and 10. RGB value is (209,188,16). Sum of RGB (Red+Green+Blue) = 209+188+16=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BC10 is #2E43EF. Grayscale: #AFAFAF. Windows color (decimal): -3032048 or 1096913. OLE color: 1096913.

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

Color convert

RGB 209 188 16 -
CMYK 0 0.10 0.92 0.18
HSL 53.47º 0.86% 0.44% -
HSV(B) 53.47º 0.92% 0.82% -
XYZ 44.37 49.56 7.72 -
YUV 174.67 38.46 152.49 -
System Red Green Blue C M Y K H S L
Decimal 209 188 16 0 0.10 0.92 0.18 53.47 0.86 0.44
Hex D1 BC 10 0 A 5C 12 35 56 2C
Octal 321 274 20 0 12 134 22 65 126 54
Binary 11010001 10111100 10000 0 1010 1011100 10010 110101 1010110 101100

Color Harmonies of #D1BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC10

Black with #D1BC10

Text Example


Text Example

White with #D1BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC10; }

 p { color: rgb(209,188,16); }

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

background-color css

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

 a { background-color: rgb(209,188,16); }

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

border-color css

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

 span { border-color: rgb(209,188,16); }

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