Html Css Color HEX #CCC63C Wattle

📋 copy color: '#CCC63C'

red 204 ◦ green 198 ◦ blue 60

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

Shades of Wattle #CCC63C

Tints of Wattle #CCC63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.99%

R = 44.16%
G = 42.86%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CCC63C (or 0xCCC63C) is known color: Wattle. HEX triplet: CC, C6 and 3C. RGB value is (204,198,60). Sum of RGB (Red+Green+Blue) = 204+198+60=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC63C is #3339C3. Grayscale: #B8B8B8. Windows color (decimal): -3357124 or 3983052. OLE color: 3983052.

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

Color convert

RGB 204 198 60 -
CMYK 0 0.03 0.71 0.2
HSL 57.5º 0.59% 0.52% -
HSV(B) 57.5º 0.71% 0.8% -
XYZ 45.91 53.55 12.19 -
YUV 184.06 57.99 142.22 -
System Red Green Blue C M Y K H S L
Decimal 204 198 60 0 0.03 0.71 0.2 57.5 0.59 0.52
Hex CC C6 3C 0 3 47 14 3A 3B 34
Octal 314 306 74 0 3 107 24 72 73 64
Binary 11001100 11000110 111100 0 11 1000111 10100 111010 111011 110100

Color Harmonies of #CCC63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC63C

Black with #CCC63C

Text Example


Text Example

White with #CCC63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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