#CB9403

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

Shades of Dark Goldenrod #CB9403

Tints of Dark Goldenrod #CB9403

Color information

#CB9403 (or 0xCB9403) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 94 and 03. RGB value is (203,148,3). Sum of RGB (Red+Green+Blue) = 203+148+3=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9403 is #346BFC. Grayscale: #949494. Windows color (decimal): -3435517 or 234699. OLE color: 234699.

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

Color convert

RGB2031483-
CMYK00.270.990.20
HSL43.5º97.09%40.39%-
HSV(B)43.5º98.52%79.61%-
XYZ35.2333.884.77-
YUV147.9246.22167.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.34%
GREEN value IS 148 (58.20% from 255) = 41.81%
BLUE value IS 3 (1.56% from 255) = 0.85%
R=57.34%
G=41.81%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203148300.270.990.2043.597.0940.39
HexCB94301B63142c6128
Octal3132243033143245414150
Binary1100101110010100110110111100011101001011001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9403; }

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

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

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

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

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

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

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

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