#CB9405

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

Shades of Dark Goldenrod #CB9405

Tints of Dark Goldenrod #CB9405

Color information

#CB9405 (or 0xCB9405) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 94 and 05. RGB value is (203,148,5). Sum of RGB (Red+Green+Blue) = 203+148+5=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9405 is #346BFA. Grayscale: #949494. Windows color (decimal): -3435515 or 365771. OLE color: 365771.

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

Color convert

RGB2031485-
CMYK00.270.980.20
HSL43.33º95.19%40.78%-
HSV(B)43.33º97.54%79.61%-
XYZ35.2533.894.83-
YUV148.1447.22167.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.02%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 5 (2.34% from 255) = 1.40%
R=57.02%
G=41.57%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203148500.270.980.2043.3395.1940.78
HexCB94501B62142b5f29
Octal3132245033142245313751
Binary11001011100101001010110111100010101001010111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9405; }

 p { color: rgb(203,148,5); }

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

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

 a { background-color: rgb(203,148,5); }

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

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

 span { border-color: rgb(203,148,5); }

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