#B28D03

Color #B28D03 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B28D03

Tints of Dark Goldenrod #B28D03

Color information

#B28D03 (or 0xB28D03) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 8D and 03. RGB value is (178,141,3). Sum of RGB (Red+Green+Blue) = 178+141+3=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28D03 is #4D72FC. Grayscale: #888888. Windows color (decimal): -5075709 or 232882. OLE color: 232882.

HSL color Cylindrical-coordinate representation of color #B28D03: hue angle of 47.31º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B28D03 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB1781413-
CMYK00.210.980.30
HSL47.31º96.69%35.49%-
HSV(B)47.31º98.31%69.8%-
XYZ27.928.524.12-
YUV136.3352.76157.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.28%
GREEN value IS 141 (55.47% from 255) = 43.79%
BLUE value IS 3 (1.56% from 255) = 0.93%
R=55.28%
G=43.79%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178141300.210.980.3047.3196.6935.49
HexB28D3015621E2f6123
Octal2622153025142365714143
Binary1011001010001101110101011100010111101011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D03; }

 p { color: rgb(178,141,3); }

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

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

 a { background-color: rgb(178,141,3); }

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

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

 span { border-color: rgb(178,141,3); }

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