#CC8B16

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

Shades of Dark Goldenrod #CC8B16

Tints of Dark Goldenrod #CC8B16

Color information

#CC8B16 (or 0xCC8B16) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 8B and 16. RGB value is (204,139,22). Sum of RGB (Red+Green+Blue) = 204+139+22=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8B16 is #3374E9. Grayscale: #919191. Windows color (decimal): -3372266 or 1477580. OLE color: 1477580.

HSL color Cylindrical-coordinate representation of color #CC8B16: hue angle of 38.57º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC8B16 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB20413922-
CMYK00.320.890.2
HSL38.57º80.53%44.31%-
HSV(B)38.57º89.22%80%-
XYZ34.2831.365.01-
YUV145.158.53170.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 22 (8.98% from 255) = 6.03%
R=55.89%
G=38.08%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041392200.320.890.238.5780.5344.31
HexCC8B16020591427512c
Octal31421326040131244712154
Binary11001100100010111011001000001011001101001001111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B16; }

 p { color: rgb(204,139,22); }

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

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

 a { background-color: rgb(204,139,22); }

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

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

 span { border-color: rgb(204,139,22); }

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