#D8BE0A

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

Shades of Bird Flower #D8BE0A

Tints of Bird Flower #D8BE0A

Color information

#D8BE0A (or 0xD8BE0A) is unknown color: approx Bird Flower. HEX triplet: D8, BE and 0A. RGB value is (216,190,10). Sum of RGB (Red+Green+Blue) = 216+190+10=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BE0A is #2741F5. Grayscale: #B1B1B1. Windows color (decimal): -2572790 or 704216. OLE color: 704216.

HSL color Cylindrical-coordinate representation of color #D8BE0A: hue angle of 52.43º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8BE0A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB21619010-
CMYK00.120.950.15
HSL52.43º91.15%44.31%-
HSV(B)52.43º95.37%84.71%-
XYZ46.7951.457.75-
YUV177.2533.61155.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.92%
GREEN value IS 190 (74.61% from 255) = 45.67%
BLUE value IS 10 (4.30% from 255) = 2.40%
R=51.92%
G=45.67%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161901000.120.950.1552.4391.1544.31
HexD8BEA0C5FF345b2c
Octal33027612014137176413354
Binary1101100010111110101001100101111111111101001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BE0A; }

 p { color: rgb(216,190,10); }

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

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

 a { background-color: rgb(216,190,10); }

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

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

 span { border-color: rgb(216,190,10); }

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