#CB9307

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

Shades of Dark Goldenrod #CB9307

Tints of Dark Goldenrod #CB9307

Color information

#CB9307 (or 0xCB9307) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 93 and 07. RGB value is (203,147,7). Sum of RGB (Red+Green+Blue) = 203+147+7=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9307 is #346CF8. Grayscale: #949494. Windows color (decimal): -3435769 or 496587. OLE color: 496587.

HSL color Cylindrical-coordinate representation of color #CB9307: hue angle of 42.86º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB9307 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB2031477-
CMYK00.280.970.20
HSL42.86º93.33%41.18%-
HSV(B)42.86º96.55%79.61%-
XYZ35.133.584.83-
YUV147.7848.55167.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.86%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 7 (3.12% from 255) = 1.96%
R=56.86%
G=41.18%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203147700.280.970.2042.8693.3341.18
HexCB93701C61142b5d29
Octal3132237034141245313551
Binary11001011100100111110111001100001101001010111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9307; }

 p { color: rgb(203,147,7); }

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

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

 a { background-color: rgb(203,147,7); }

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

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

 span { border-color: rgb(203,147,7); }

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