Html Css Color HEX #CCC440 Wattle

📋 copy color: '#CCC440'

red 204 ◦ green 196 ◦ blue 64

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

Shades of Wattle #CCC440

Tints of Wattle #CCC440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.24%

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

R = 43.97%
G = 42.24%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCC440 (or 0xCCC440) is known color: Wattle. HEX triplet: CC, C4 and 40. RGB value is (204,196,64). Sum of RGB (Red+Green+Blue) = 204+196+64=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC440 is #333BBF. Grayscale: #B7B7B7. Windows color (decimal): -3357632 or 4244684. OLE color: 4244684.

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

Color convert

RGB 204 196 64 -
CMYK 0 0.04 0.69 0.2
HSL 56.57º 0.58% 0.53% -
HSV(B) 56.57º 0.69% 0.8% -
XYZ 45.57 52.69 12.62 -
YUV 183.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 204 196 64 0 0.04 0.69 0.2 56.57 0.58 0.53
Hex CC C4 40 0 4 45 14 39 3A 35
Octal 314 304 100 0 4 105 24 71 72 65
Binary 11001100 11000100 1000000 0 100 1000101 10100 111001 111010 110101

Color Harmonies of #CCC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC440

Black with #CCC440

Text Example


Text Example

White with #CCC440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC440; }

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

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

background-color css

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

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

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

border-color css

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

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

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