Html Css Color HEX #CCC531 Wattle

📋 copy color: '#CCC531'

red 204 ◦ green 197 ◦ blue 49

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

Shades of Wattle #CCC531

Tints of Wattle #CCC531

RGB

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

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

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

R = 45.33%
G = 43.78%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCC531 (or 0xCCC531) is known color: Wattle. HEX triplet: CC, C5 and 31. RGB value is (204,197,49). Sum of RGB (Red+Green+Blue) = 204+197+49=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC531 is #333ACE. Grayscale: #B6B6B6. Windows color (decimal): -3357391 or 3261900. OLE color: 3261900.

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

Color convert

RGB 204 197 49 -
CMYK 0 0.03 0.76 0.2
HSL 57.29º 0.61% 0.5% -
HSV(B) 57.29º 0.76% 0.8% -
XYZ 45.42 52.99 10.74 -
YUV 182.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 204 197 49 0 0.03 0.76 0.2 57.29 0.61 0.5
Hex CC C5 31 0 3 4C 14 39 3D 32
Octal 314 305 61 0 3 114 24 71 75 62
Binary 11001100 11000101 110001 0 11 1001100 10100 111001 111101 110010

Color Harmonies of #CCC531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC531

Black with #CCC531

Text Example


Text Example

White with #CCC531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC531; }

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

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

background-color css

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

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

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

border-color css

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

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

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