#D1BE1C

Color #D1BE1C Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #D1BE1C

Tints of Bird Flower #D1BE1C

Color information

#D1BE1C (or 0xD1BE1C) is unknown color: approx Bird Flower. HEX triplet: D1, BE and 1C. RGB value is (209,190,28). Sum of RGB (Red+Green+Blue) = 209+190+28=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BE1C is #2E41E3. Grayscale: #B1B1B1. Windows color (decimal): -3031524 or 1883857. OLE color: 1883857.

HSL color Cylindrical-coordinate representation of color #D1BE1C: hue angle of 53.7º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1BE1C is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB20919028-
CMYK00.090.870.18
HSL53.7º76.37%46.47%-
HSV(B)53.7º86.6%81.96%-
XYZ44.9250.478.47-
YUV177.2143.79150.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.95%
GREEN value IS 190 (74.61% from 255) = 44.50%
BLUE value IS 28 (11.33% from 255) = 6.56%
R=48.95%
G=44.50%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091902800.090.870.1853.776.3746.47
HexD1BE1C095712364c2e
Octal32127634011127226611456
Binary110100011011111011100010011010111100101101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BE1C; }

 p { color: rgb(209,190,28); }

 H1.HeaderClassName
 {
   color: #D1BE1C;
 }
 .AnyTagClassName
 {
   color: #D1BE1C;
 }
</style>
background-color css

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

 a { background-color: rgb(209,190,28); }

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

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

 span { border-color: rgb(209,190,28); }

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