Html Css Color HEX #CCC649 Wattle

📋 copy color: '#CCC649'

red 204 ◦ green 198 ◦ blue 73

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

Shades of Wattle #CCC649

Tints of Wattle #CCC649

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.68%

 BLUE value IS 73 (28.91% from 255) = 15.37%

R = 42.95%
G = 41.68%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCC649 (or 0xCCC649) is known color: Wattle. HEX triplet: CC, C6 and 49. RGB value is (204,198,73). Sum of RGB (Red+Green+Blue) = 204+198+73=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC649 is #3339B6. Grayscale: #BABABA. Windows color (decimal): -3357111 or 4835020. OLE color: 4835020.

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

Color convert

RGB 204 198 73 -
CMYK 0 0.03 0.64 0.2
HSL 57.25º 0.56% 0.54% -
HSV(B) 57.25º 0.64% 0.8% -
XYZ 46.3 53.71 14.23 -
YUV 185.54 64.49 141.16 -
System Red Green Blue C M Y K H S L
Decimal 204 198 73 0 0.03 0.64 0.2 57.25 0.56 0.54
Hex CC C6 49 0 3 40 14 39 38 36
Octal 314 306 111 0 3 100 24 71 70 66
Binary 11001100 11000110 1001001 0 11 1000000 10100 111001 111000 110110

Color Harmonies of #CCC649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC649

Black with #CCC649

Text Example


Text Example

White with #CCC649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC649; }

 p { color: rgb(204,198,73); }

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

background-color css

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

 a { background-color: rgb(204,198,73); }

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

border-color css

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

 span { border-color: rgb(204,198,73); }

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