#CCC138

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

Shades of Wattle #CCC138

Tints of Wattle #CCC138

Color information

#CCC138 (or 0xCCC138) is unknown color: approx Wattle. HEX triplet: CC, C1 and 38. RGB value is (204,193,56). Sum of RGB (Red+Green+Blue) = 204+193+56=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC138 is #333EC7. Grayscale: #B5B5B5. Windows color (decimal): -3358408 or 3719628. OLE color: 3719628.

HSL color Cylindrical-coordinate representation of color #CCC138: hue angle of 55.54º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCC138 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB20419356-
CMYK00.050.730.2
HSL55.54º59.2%50.98%-
HSV(B)55.54º72.55%80%-
XYZ44.6951.2611.28-
YUV180.6757.64144.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 193 (75.78% from 255) = 42.60%
BLUE value IS 56 (22.27% from 255) = 12.36%
R=45.03%
G=42.60%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041935600.050.730.255.5459.250.98
HexCCC138054914383b33
Octal314301700511124707363
Binary11001100110000011110000101100100110100111000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC138; }

 p { color: rgb(204,193,56); }

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

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

 a { background-color: rgb(204,193,56); }

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

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

 span { border-color: rgb(204,193,56); }

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