#D3BE08

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

Shades of Bird Flower #D3BE08

Tints of Bird Flower #D3BE08

Color information

#D3BE08 (or 0xD3BE08) is unknown color: approx Bird Flower. HEX triplet: D3, BE and 08. RGB value is (211,190,8). Sum of RGB (Red+Green+Blue) = 211+190+8=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BE08 is #2C41F7. Grayscale: #B0B0B0. Windows color (decimal): -2900472 or 573139. OLE color: 573139.

HSL color Cylindrical-coordinate representation of color #D3BE08: hue angle of 53.79º 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 #D3BE08 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB2111908-
CMYK00.100.960.17
HSL53.79º92.69%42.94%-
HSV(B)53.79º96.21%82.75%-
XYZ45.3250.697.63-
YUV175.5333.46153.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.59%
GREEN value IS 190 (74.61% from 255) = 46.45%
BLUE value IS 8 (3.52% from 255) = 1.96%
R=51.59%
G=46.45%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211190800.100.960.1753.7992.6942.94
HexD3BE80A6011365d2b
Octal32327610012140216613553
Binary11010011101111101000010101100000100011101101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BE08; }

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

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

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

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

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

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

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

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