#CB8B01

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

Shades of Dark Goldenrod #CB8B01

Tints of Dark Goldenrod #CB8B01

Color information

#CB8B01 (or 0xCB8B01) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 8B and 01. RGB value is (203,139,1). Sum of RGB (Red+Green+Blue) = 203+139+1=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8B01 is #3474FE. Grayscale: #8F8F8F. Windows color (decimal): -3437823 or 101323. OLE color: 101323.

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

Color convert

RGB2031391-
CMYK00.321.000.20
HSL40.99º99.02%40%-
HSV(B)40.99º99.51%79.61%-
XYZ33.8731.164.26-
YUV142.448.2171.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.18%
GREEN value IS 139 (54.69% from 255) = 40.52%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=59.18%
G=40.52%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203139100.321.000.2040.9999.0240
HexCB8B10206414296328
Octal3132131040144245114350
Binary1100101110001011101000001100100101001010011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8B01; }

 p { color: rgb(203,139,1); }

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

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

 a { background-color: rgb(203,139,1); }

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

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

 span { border-color: rgb(203,139,1); }

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