Html Css Color HEX #CCC040 Wattle

📋 copy color: '#CCC040'

red 204 ◦ green 192 ◦ blue 64

#CCC040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #CCC040

Tints of Wattle #CCC040

RGB

 RED value IS 204 (80.08% from 255) = 44.35%

 GREEN value IS 192 (75.39% from 255) = 41.74%

 BLUE value IS 64 (25.39% from 255) = 13.91%

R = 44.35%
G = 41.74%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCC040 (or 0xCCC040) is known color: Wattle. HEX triplet: CC, C0 and 40. RGB value is (204,192,64). Sum of RGB (Red+Green+Blue) = 204+192+64=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC040 is #333FBF. Grayscale: #B5B5B5. Windows color (decimal): -3358656 or 4243660. OLE color: 4243660.

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

Color convert

RGB 204 192 64 -
CMYK 0 0.06 0.69 0.2
HSL 54.86º 0.58% 0.53% -
HSV(B) 54.86º 0.69% 0.8% -
XYZ 44.68 50.91 12.32 -
YUV 181 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 204 192 64 0 0.06 0.69 0.2 54.86 0.58 0.53
Hex CC C0 40 0 6 45 14 37 3A 35
Octal 314 300 100 0 6 105 24 67 72 65
Binary 11001100 11000000 1000000 0 110 1000101 10100 110111 111010 110101

Color Harmonies of #CCC040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC040

Black with #CCC040

Text Example


Text Example

White with #CCC040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC040; }

 p { color: rgb(204,192,64); }

 H1.HeaderClassName
 {
   color: #CCC040;
 }
 .AnyTagClassName
 {
   color: #CCC040;
 }
</style>

background-color css

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

 a { background-color: rgb(204,192,64); }

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

border-color css

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

 span { border-color: rgb(204,192,64); }

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