#CC880E

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

Shades of Dark Goldenrod #CC880E

Tints of Dark Goldenrod #CC880E

Color information

#CC880E (or 0xCC880E) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 88 and 0E. RGB value is (204,136,14). Sum of RGB (Red+Green+Blue) = 204+136+14=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC880E is #3377F1. Grayscale: #8E8E8E. Windows color (decimal): -3373042 or 952524. OLE color: 952524.

HSL color Cylindrical-coordinate representation of color #CC880E: hue angle of 38.53º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC880E is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB20413614-
CMYK00.330.930.2
HSL38.53º87.16%42.75%-
HSV(B)38.53º93.14%80%-
XYZ33.7930.484.52-
YUV142.4255.53171.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.63%
GREEN value IS 136 (53.52% from 255) = 38.42%
BLUE value IS 14 (5.86% from 255) = 3.95%
R=57.63%
G=38.42%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041361400.330.930.238.5387.1642.75
HexCC88E0215D1427572b
Octal31421016041135244712753
Binary1100110010001000111001000011011101101001001111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC880E; }

 p { color: rgb(204,136,14); }

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

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

 a { background-color: rgb(204,136,14); }

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

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

 span { border-color: rgb(204,136,14); }

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