#B28003

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

Shades of Dark Goldenrod #B28003

Tints of Dark Goldenrod #B28003

Color information

#B28003 (or 0xB28003) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 80 and 03. RGB value is (178,128,3). Sum of RGB (Red+Green+Blue) = 178+128+3=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B28003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28003 is #4D7FFC. Grayscale: #818181. Windows color (decimal): -5079037 or 229554. OLE color: 229554.

HSL color Cylindrical-coordinate representation of color #B28003: hue angle of 42.86º 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 #B28003 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB1781283-
CMYK00.280.980.30
HSL42.86º96.69%35.49%-
HSV(B)42.86º98.31%69.8%-
XYZ26.124.913.52-
YUV128.757.06163.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.61%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=57.61%
G=41.42%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178128300.280.980.3042.8696.6935.49
HexB280301C621E2b6123
Octal2622003034142365314143
Binary1011001010000000110111001100010111101010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28003; }

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

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

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

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

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

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

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

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