#D7BE08

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

Shades of Bird Flower #D7BE08

Tints of Bird Flower #D7BE08

Color information

#D7BE08 (or 0xD7BE08) is unknown color: approx Bird Flower. HEX triplet: D7, BE and 08. RGB value is (215,190,8). Sum of RGB (Red+Green+Blue) = 215+190+8=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BE08 is #2841F7. Grayscale: #B1B1B1. Windows color (decimal): -2638328 or 573143. OLE color: 573143.

HSL color Cylindrical-coordinate representation of color #D7BE08: hue angle of 52.75º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7BE08 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB2151908-
CMYK00.120.960.16
HSL52.75º92.83%43.73%-
HSV(B)52.75º96.28%84.31%-
XYZ46.4851.297.68-
YUV176.7332.78155.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.06%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 8 (3.52% from 255) = 1.94%
R=52.06%
G=46.00%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215190800.120.960.1652.7592.8343.73
HexD7BE80C6010355d2c
Octal32727610014140206513554
Binary11010111101111101000011001100000100001101011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BE08; }

 p { color: rgb(215,190,8); }

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

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

 a { background-color: rgb(215,190,8); }

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

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

 span { border-color: rgb(215,190,8); }

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