Html Css Color HEX #CCC63B Wattle

📋 copy color: '#CCC63B'

red 204 ◦ green 198 ◦ blue 59

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

Shades of Wattle #CCC63B

Tints of Wattle #CCC63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.8%

R = 44.25%
G = 42.95%
B = 12.8%

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

#CCC63B (or 0xCCC63B) is known color: Wattle. HEX triplet: CC, C6 and 3B. RGB value is (204,198,59). Sum of RGB (Red+Green+Blue) = 204+198+59=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC63B is #3339C4. Grayscale: #B8B8B8. Windows color (decimal): -3357125 or 3917516. OLE color: 3917516.

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

Color convert

RGB 204 198 59 -
CMYK 0 0.03 0.71 0.2
HSL 57.52º 0.59% 0.52% -
HSV(B) 57.52º 0.71% 0.8% -
XYZ 45.89 53.54 12.05 -
YUV 183.95 57.49 142.3 -
System Red Green Blue C M Y K H S L
Decimal 204 198 59 0 0.03 0.71 0.2 57.52 0.59 0.52
Hex CC C6 3B 0 3 47 14 3A 3B 34
Octal 314 306 73 0 3 107 24 72 73 64
Binary 11001100 11000110 111011 0 11 1000111 10100 111010 111011 110100

Color Harmonies of #CCC63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC63B

Black with #CCC63B

Text Example


Text Example

White with #CCC63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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