Html Css Color HEX #CCC946 Wattle

📋 copy color: '#CCC946'

red 204 ◦ green 201 ◦ blue 70

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

Shades of Wattle #CCC946

Tints of Wattle #CCC946

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.32%

 BLUE value IS 70 (27.73% from 255) = 14.74%

R = 42.95%
G = 42.32%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCC946 (or 0xCCC946) is known color: Wattle. HEX triplet: CC, C9 and 46. RGB value is (204,201,70). Sum of RGB (Red+Green+Blue) = 204+201+70=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC946 is #3336B9. Grayscale: #BBBBBB. Windows color (decimal): -3356346 or 4639180. OLE color: 4639180.

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

Color convert

RGB 204 201 70 -
CMYK 0 0.01 0.66 0.2
HSL 58.66º 0.57% 0.54% -
HSV(B) 58.66º 0.66% 0.8% -
XYZ 46.89 55.05 13.95 -
YUV 186.96 61.99 140.15 -
System Red Green Blue C M Y K H S L
Decimal 204 201 70 0 0.01 0.66 0.2 58.66 0.57 0.54
Hex CC C9 46 0 1 42 14 3B 39 36
Octal 314 311 106 0 1 102 24 73 71 66
Binary 11001100 11001001 1000110 0 1 1000010 10100 111011 111001 110110

Color Harmonies of #CCC946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC946

Black with #CCC946

Text Example


Text Example

White with #CCC946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC946; }

 p { color: rgb(204,201,70); }

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

background-color css

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

 a { background-color: rgb(204,201,70); }

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

border-color css

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

 span { border-color: rgb(204,201,70); }

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