Html Css Color HEX #CCC240 Wattle

📋 copy color: '#CCC240'

red 204 ◦ green 194 ◦ blue 64

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

Shades of Wattle #CCC240

Tints of Wattle #CCC240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.99%

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

R = 44.16%
G = 41.99%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCC240 (or 0xCCC240) is known color: Wattle. HEX triplet: CC, C2 and 40. RGB value is (204,194,64). Sum of RGB (Red+Green+Blue) = 204+194+64=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC240 is #333DBF. Grayscale: #B6B6B6. Windows color (decimal): -3358144 or 4244172. OLE color: 4244172.

HSL color Cylindrical-coordinate representation of color #CCC240: hue angle of 55.71º 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 #CCC240 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 64 -
CMYK 0 0.05 0.69 0.2
HSL 55.71º 0.58% 0.53% -
HSV(B) 55.71º 0.69% 0.8% -
XYZ 45.12 51.79 12.47 -
YUV 182.17 61.31 143.57 -
System Red Green Blue C M Y K H S L
Decimal 204 194 64 0 0.05 0.69 0.2 55.71 0.58 0.53
Hex CC C2 40 0 5 45 14 38 3A 35
Octal 314 302 100 0 5 105 24 70 72 65
Binary 11001100 11000010 1000000 0 101 1000101 10100 111000 111010 110101

Color Harmonies of #CCC240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC240

Black with #CCC240

Text Example


Text Example

White with #CCC240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC240; }

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

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

background-color css

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

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

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

border-color css

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

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

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