Html Css Color HEX #CCC541 Wattle

📋 copy color: '#CCC541'

red 204 ◦ green 197 ◦ blue 65

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

Shades of Wattle #CCC541

Tints of Wattle #CCC541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.27%

 BLUE value IS 65 (25.78% from 255) = 13.95%

R = 43.78%
G = 42.27%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCC541 (or 0xCCC541) is known color: Wattle. HEX triplet: CC, C5 and 41. RGB value is (204,197,65). Sum of RGB (Red+Green+Blue) = 204+197+65=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC541 is #333ABE. Grayscale: #B8B8B8. Windows color (decimal): -3357375 or 4310476. OLE color: 4310476.

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

Color convert

RGB 204 197 65 -
CMYK 0 0.03 0.68 0.2
HSL 56.98º 0.58% 0.53% -
HSV(B) 56.98º 0.68% 0.8% -
XYZ 45.82 53.15 12.85 -
YUV 184.05 60.82 142.23 -
System Red Green Blue C M Y K H S L
Decimal 204 197 65 0 0.03 0.68 0.2 56.98 0.58 0.53
Hex CC C5 41 0 3 44 14 39 3A 35
Octal 314 305 101 0 3 104 24 71 72 65
Binary 11001100 11000101 1000001 0 11 1000100 10100 111001 111010 110101

Color Harmonies of #CCC541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC541

Black with #CCC541

Text Example


Text Example

White with #CCC541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC541; }

 p { color: rgb(204,197,65); }

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

background-color css

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

 a { background-color: rgb(204,197,65); }

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

border-color css

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

 span { border-color: rgb(204,197,65); }

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