Html Css Color HEX #CCC44A Wattle

📋 copy color: '#CCC44A'

red 204 ◦ green 196 ◦ blue 74

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

Shades of Wattle #CCC44A

Tints of Wattle #CCC44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.61%

R = 43.04%
G = 41.35%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCC44A (or 0xCCC44A) is known color: Wattle. HEX triplet: CC, C4 and 4A. RGB value is (204,196,74). Sum of RGB (Red+Green+Blue) = 204+196+74=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC44A is #333BB5. Grayscale: #B8B8B8. Windows color (decimal): -3357622 or 4900044. OLE color: 4900044.

HSL color Cylindrical-coordinate representation of color #CCC44A: hue angle of 56.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCC44A is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 74 -
CMYK 0 0.04 0.64 0.2
HSL 56.31º 0.56% 0.55% -
HSV(B) 56.31º 0.64% 0.8% -
XYZ 45.88 52.81 14.25 -
YUV 184.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 204 196 74 0 0.04 0.64 0.2 56.31 0.56 0.55
Hex CC C4 4A 0 4 40 14 38 38 37
Octal 314 304 112 0 4 100 24 70 70 67
Binary 11001100 11000100 1001010 0 100 1000000 10100 111000 111000 110111

Color Harmonies of #CCC44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC44A

Black with #CCC44A

Text Example


Text Example

White with #CCC44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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