Html Css Color HEX #CCC847 Wattle

📋 copy color: '#CCC847'

red 204 ◦ green 200 ◦ blue 71

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

Shades of Wattle #CCC847

Tints of Wattle #CCC847

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.11%

 BLUE value IS 71 (28.13% from 255) = 14.95%

R = 42.95%
G = 42.11%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCC847 (or 0xCCC847) is known color: Wattle. HEX triplet: CC, C8 and 47. RGB value is (204,200,71). Sum of RGB (Red+Green+Blue) = 204+200+71=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC847 is #3337B8. Grayscale: #BBBBBB. Windows color (decimal): -3356601 or 4704460. OLE color: 4704460.

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

Color convert

RGB 204 200 71 -
CMYK 0 0.02 0.65 0.2
HSL 58.2º 0.57% 0.54% -
HSV(B) 58.2º 0.65% 0.8% -
XYZ 46.69 54.6 14.04 -
YUV 186.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 204 200 71 0 0.02 0.65 0.2 58.2 0.57 0.54
Hex CC C8 47 0 2 41 14 3A 39 36
Octal 314 310 107 0 2 101 24 72 71 66
Binary 11001100 11001000 1000111 0 10 1000001 10100 111010 111001 110110

Color Harmonies of #CCC847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC847

Black with #CCC847

Text Example


Text Example

White with #CCC847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC847; }

 p { color: rgb(204,200,71); }

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

background-color css

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

 a { background-color: rgb(204,200,71); }

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

border-color css

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

 span { border-color: rgb(204,200,71); }

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