Html Css Color HEX #CCC331 Wattle

📋 copy color: '#CCC331'

red 204 ◦ green 195 ◦ blue 49

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

Shades of Wattle #CCC331

Tints of Wattle #CCC331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.53%

 BLUE value IS 49 (19.53% from 255) = 10.94%

R = 45.54%
G = 43.53%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCC331 (or 0xCCC331) is known color: Wattle. HEX triplet: CC, C3 and 31. RGB value is (204,195,49). Sum of RGB (Red+Green+Blue) = 204+195+49=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC331 is #333CCE. Grayscale: #B5B5B5. Windows color (decimal): -3357903 or 3261388. OLE color: 3261388.

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

Color convert

RGB 204 195 49 -
CMYK 0 0.04 0.76 0.2
HSL 56.52º 0.61% 0.5% -
HSV(B) 56.52º 0.76% 0.8% -
XYZ 44.97 52.09 10.59 -
YUV 181.05 53.48 144.37 -
System Red Green Blue C M Y K H S L
Decimal 204 195 49 0 0.04 0.76 0.2 56.52 0.61 0.5
Hex CC C3 31 0 4 4C 14 39 3D 32
Octal 314 303 61 0 4 114 24 71 75 62
Binary 11001100 11000011 110001 0 100 1001100 10100 111001 111101 110010

Color Harmonies of #CCC331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC331

Black with #CCC331

Text Example


Text Example

White with #CCC331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC331; }

 p { color: rgb(204,195,49); }

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

background-color css

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

 a { background-color: rgb(204,195,49); }

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

border-color css

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

 span { border-color: rgb(204,195,49); }

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