#ccc744

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

Shades of Wattle #CCC744

Tints of Wattle #CCC744

Color information

#CCC744 (or 0xCCC744) is unknown color: approx Wattle. HEX triplet: CC, C7 and 44. RGB value is (204,199,68). Sum of RGB (Red+Green+Blue) = 204+199+68=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 68 (26.95% from 255 or 14.44% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC744 is #3338BB. Grayscale: #BABABA. Windows color (decimal): -3356860 or 4507596. OLE color: 4507596.

HSL color Cylindrical-coordinate representation of color #CCC744: hue angle of 57.79º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCC744 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB20419968-
CMYK00.020.670.2
HSL57.79º57.14%53.33%-
HSV(B)57.79º66.67%80%-
XYZ46.3754.113.47-
YUV185.5661.66141.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 199 (78.12% from 255) = 42.25%
BLUE value IS 68 (26.95% from 255) = 14.44%
R=43.31%
G=42.25%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041996800.020.670.257.7957.1453.33
HexCCC7440243143a3935
Octal3143071040210324727165
Binary11001100110001111000100010100001110100111010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccc744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccc744; }

 p { color: rgb(204,199,68); }

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

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

 a { background-color: rgb(204,199,68); }

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

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

 span { border-color: rgb(204,199,68); }

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