Html Css Color HEX #CCC132 Wattle

📋 copy color: '#CCC132'

red 204 ◦ green 193 ◦ blue 50

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

Shades of Wattle #CCC132

Tints of Wattle #CCC132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.18%

 BLUE value IS 50 (19.92% from 255) = 11.19%

R = 45.64%
G = 43.18%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCC132 (or 0xCCC132) is known color: Wattle. HEX triplet: CC, C1 and 32. RGB value is (204,193,50). Sum of RGB (Red+Green+Blue) = 204+193+50=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC132 is #333ECD. Grayscale: #B4B4B4. Windows color (decimal): -3358414 or 3326412. OLE color: 3326412.

HSL color Cylindrical-coordinate representation of color #CCC132: hue angle of 55.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCC132 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 50 -
CMYK 0 0.05 0.75 0.2
HSL 55.71º 0.61% 0.5% -
HSV(B) 55.71º 0.75% 0.8% -
XYZ 44.55 51.21 10.55 -
YUV 179.99 54.64 145.13 -
System Red Green Blue C M Y K H S L
Decimal 204 193 50 0 0.05 0.75 0.2 55.71 0.61 0.5
Hex CC C1 32 0 5 4B 14 38 3D 32
Octal 314 301 62 0 5 113 24 70 75 62
Binary 11001100 11000001 110010 0 101 1001011 10100 111000 111101 110010

Color Harmonies of #CCC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC132

Black with #CCC132

Text Example


Text Example

White with #CCC132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC132; }

 p { color: rgb(204,193,50); }

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

background-color css

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

 a { background-color: rgb(204,193,50); }

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

border-color css

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

 span { border-color: rgb(204,193,50); }

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