#D3BC08

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

Shades of Bird Flower #D3BC08

Tints of Bird Flower #D3BC08

Color information

#D3BC08 (or 0xD3BC08) is unknown color: approx Bird Flower. HEX triplet: D3, BC and 08. RGB value is (211,188,8). Sum of RGB (Red+Green+Blue) = 211+188+8=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BC08 is #2C43F7. Grayscale: #AFAFAF. Windows color (decimal): -2900984 or 572627. OLE color: 572627.

HSL color Cylindrical-coordinate representation of color #D3BC08: hue angle of 53.2º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3BC08 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB2111888-
CMYK00.110.960.17
HSL53.2º92.69%42.94%-
HSV(B)53.2º96.21%82.75%-
XYZ44.8949.837.48-
YUV174.3634.12154.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.84%
GREEN value IS 188 (73.83% from 255) = 46.19%
BLUE value IS 8 (3.52% from 255) = 1.97%
R=51.84%
G=46.19%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211188800.110.960.1753.292.6942.94
HexD3BC80B6011355d2b
Octal32327410013140216513553
Binary11010011101111001000010111100000100011101011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BC08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BC08; }

 p { color: rgb(211,188,8); }

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

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

 a { background-color: rgb(211,188,8); }

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

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

 span { border-color: rgb(211,188,8); }

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